Html Css Color HEX #9176C2 True V

📋 copy color: '#9176C2'

red 145 ◦ green 118 ◦ blue 194

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

Shades of True V #9176C2

Tints of True V #9176C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.45%

R = 31.73%
G = 25.82%
B = 42.45%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9176C2 (or 0x9176C2) is known color: True V. HEX triplet: 91, 76 and C2. RGB value is (145,118,194). Sum of RGB (Red+Green+Blue) = 145+118+194=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #9176C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176C2 is #6E893D. Grayscale: #868686. Windows color (decimal): -7244094 or 12744337. OLE color: 12744337.

HSL color Cylindrical-coordinate representation of color #9176C2: hue angle of 261.32º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9176C2 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 145 118 194 -
CMYK 0.25 0.39 0 0.24
HSL 261.32º 0.38% 0.61% -
HSV(B) 261.32º 0.39% 0.76% -
XYZ 27.89 22.87 53.98 -
YUV 134.74 161.45 135.32 -
System Red Green Blue C M Y K H S L
Decimal 145 118 194 0.25 0.39 0 0.24 261.32 0.38 0.61
Hex 91 76 C2 19 27 0 18 105 26 3D
Octal 221 166 302 31 47 0 30 405 46 75
Binary 10010001 1110110 11000010 11001 100111 0 11000 100000101 100110 111101

Color Harmonies of #9176C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9176C2

Black with #9176C2

Text Example


Text Example

White with #9176C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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