Html Css Color HEX #9176CD True V

📋 copy color: '#9176CD'

red 145 ◦ green 118 ◦ blue 205

#9176CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #9176CD

Tints of True V #9176CD

RGB

 RED value IS 145 (57.03% from 255) = 30.98%

 GREEN value IS 118 (46.48% from 255) = 25.21%

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 30.98%
G = 25.21%
B = 43.8%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9176CD (or 0x9176CD) is known color: True V. HEX triplet: 91, 76 and CD. RGB value is (145,118,205). Sum of RGB (Red+Green+Blue) = 145+118+205=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #9176CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176CD is #6E8932. Grayscale: #878787. Windows color (decimal): -7244083 or 13465233. OLE color: 13465233.

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

Color convert

RGB 145 118 205 -
CMYK 0.29 0.42 0 0.20
HSL 258.62º 0.47% 0.63% -
HSV(B) 258.62º 0.42% 0.8% -
XYZ 29.17 23.38 60.73 -
YUV 135.99 166.95 134.43 -
System Red Green Blue C M Y K H S L
Decimal 145 118 205 0.29 0.42 0 0.20 258.62 0.47 0.63
Hex 91 76 CD 1D 2A 0 14 103 2F 3F
Octal 221 166 315 35 52 0 24 403 57 77
Binary 10010001 1110110 11001101 11101 101010 0 10100 100000011 101111 111111

Color Harmonies of #9176CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9176CD

Black with #9176CD

Text Example


Text Example

White with #9176CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9176CD; }

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

 H1.HeaderClassName
 {
   color: #9176CD;
 }
 .AnyTagClassName
 {
   color: #9176CD;
 }
</style>

background-color css

<style>
 a { background-color: #9176CD; }

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

 div.DivClassName
 {
   background-color: #9176CD;
 }
 .BgClassName
 {
   background-color: #9176CD;
 }
</style>

border-color css

<style>
 span { border-color: #9176CD; }

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

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