Html Css Color HEX #9676CD True V

📋 copy color: '#9676CD'

red 150 ◦ green 118 ◦ blue 205

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

Shades of True V #9676CD

Tints of True V #9676CD

RGB

 RED value IS 150 (58.98% from 255) = 31.71%

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

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

R = 31.71%
G = 24.95%
B = 43.34%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9676CD (or 0x9676CD) is known color: True V. HEX triplet: 96, 76 and CD. RGB value is (150,118,205). Sum of RGB (Red+Green+Blue) = 150+118+205=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #9676CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9676CD is #698932. Grayscale: #898989. Windows color (decimal): -6916403 or 13465238. OLE color: 13465238.

HSL color Cylindrical-coordinate representation of color #9676CD: hue angle of 262.07º 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 #9676CD is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 118 205 -
CMYK 0.27 0.42 0 0.20
HSL 262.07º 0.47% 0.63% -
HSV(B) 262.07º 0.42% 0.8% -
XYZ 30.08 23.85 60.78 -
YUV 137.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 150 118 205 0.27 0.42 0 0.20 262.07 0.47 0.63
Hex 96 76 CD 1B 2A 0 14 106 2F 3F
Octal 226 166 315 33 52 0 24 406 57 77
Binary 10010110 1110110 11001101 11011 101010 0 10100 100000110 101111 111111

Color Harmonies of #9676CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9676CD

Black with #9676CD

Text Example


Text Example

White with #9676CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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