#9172CE

Color #9172CE True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #9172CE

Tints of True V #9172CE

Color information

#9172CE (or 0x9172CE) is unknown color: approx True V. HEX triplet: 91, 72 and CE. RGB value is (145,114,206). Sum of RGB (Red+Green+Blue) = 145+114+206=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #9172CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9172CE is #6E8D31. Grayscale: #858585. Windows color (decimal): -7245106 or 13529745. OLE color: 13529745.

HSL color Cylindrical-coordinate representation of color #9172CE: hue angle of 260.22º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9172CE is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145114206-
CMYK0.300.4500.19
HSL260.22º48.42%62.75%-
HSV(B)260.22º44.66%80.78%-
XYZ28.8322.5161.22-
YUV133.76168.77136.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 31.18%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 206 (80.86% from 255) = 44.30%
R=31.18%
G=24.52%
B=44.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451142060.300.4500.19260.2248.4262.75
Hex9172CE1E2D013104303f
Octal22116231636550234046077
Binary1001000111100101100111011110101101010011100000100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9172CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9172CE; }

 p { color: rgb(145,114,206); }

 H1.HeaderClassName
 {
   color: #9172CE;
 }
 .AnyTagClassName
 {
   color: #9172CE;
 }
</style>
background-color css

<style>
 a { background-color: #9172CE; }

 a { background-color: rgb(145,114,206); }

 div.DivClassName
 {
   background-color: #9172CE;
 }
 .BgClassName
 {
   background-color: #9172CE;
 }
</style>
border-color css

<style>
 span { border-color: #9172CE; }

 span { border-color: rgb(145,114,206); }

 td.TdClassName
 {
   border-color: #9172CE;
 }
 .TagClassName
 {
   border-color: #9172CE;
 }
</style>