Html Css Color HEX #967FCC True V

📋 copy color: '#967FCC'

red 150 ◦ green 127 ◦ blue 204

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

Shades of True V #967FCC

Tints of True V #967FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 26.4%

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 31.19%
G = 26.4%
B = 42.41%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#967FCC (or 0x967FCC) is known color: True V. HEX triplet: 96, 7F and CC. RGB value is (150,127,204). Sum of RGB (Red+Green+Blue) = 150+127+204=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #967FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FCC is #698033. Grayscale: #8E8E8E. Windows color (decimal): -6914100 or 13402006. OLE color: 13402006.

HSL color Cylindrical-coordinate representation of color #967FCC: hue angle of 257.92º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #967FCC is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 127 204 -
CMYK 0.26 0.38 0 0.2
HSL 257.92º 0.43% 0.65% -
HSV(B) 257.92º 0.38% 0.8% -
XYZ 31.07 26.02 60.51 -
YUV 142.66 162.62 133.24 -
System Red Green Blue C M Y K H S L
Decimal 150 127 204 0.26 0.38 0 0.2 257.92 0.43 0.65
Hex 96 7F CC 1A 26 0 14 102 2B 41
Octal 226 177 314 32 46 0 24 402 53 101
Binary 10010110 1111111 11001100 11010 100110 0 10100 100000010 101011 1000001

Color Harmonies of #967FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967FCC

Black with #967FCC

Text Example


Text Example

White with #967FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967FCC; }

 p { color: rgb(150,127,204); }

 H1.HeaderClassName
 {
   color: #967FCC;
 }
 .AnyTagClassName
 {
   color: #967FCC;
 }
</style>

background-color css

<style>
 a { background-color: #967FCC; }

 a { background-color: rgb(150,127,204); }

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

border-color css

<style>
 span { border-color: #967FCC; }

 span { border-color: rgb(150,127,204); }

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