#9172cd

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

Shades of True V #9172CD

Tints of True V #9172CD

Color information

#9172CD (or 0x9172CD) is unknown color: approx True V. HEX triplet: 91, 72 and CD. RGB value is (145,114,205). Sum of RGB (Red+Green+Blue) = 145+114+205=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #9172CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9172CD is #6E8D32. Grayscale: #858585. Windows color (decimal): -7245107 or 13464209. OLE color: 13464209.

HSL color Cylindrical-coordinate representation of color #9172CD: hue angle of 260.44º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9172CD is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145114205-
CMYK0.290.4400.20
HSL260.44º47.64%62.55%-
HSV(B)260.44º44.39%80.39%-
XYZ28.7122.4660.58-
YUV133.64168.27136.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.25%
GREEN value IS 114 (44.92% from 255) = 24.57%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=31.25%
G=24.57%
B=44.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451142050.290.4400.20260.4447.6462.55
Hex9172CD1D2C014104303f
Octal22116231535540244046077
Binary1001000111100101100110111101101100010100100000100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9172cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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