Html Css Color HEX #967CCC True V

📋 copy color: '#967CCC'

red 150 ◦ green 124 ◦ blue 204

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

Shades of True V #967CCC

Tints of True V #967CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.94%

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

R = 31.38%
G = 25.94%
B = 42.68%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#967CCC (or 0x967CCC) is known color: True V. HEX triplet: 96, 7C and CC. RGB value is (150,124,204). Sum of RGB (Red+Green+Blue) = 150+124+204=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #967CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CCC is #698333. Grayscale: #8C8C8C. Windows color (decimal): -6914868 or 13401238. OLE color: 13401238.

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

Color convert

RGB 150 124 204 -
CMYK 0.26 0.39 0 0.2
HSL 259.5º 0.44% 0.64% -
HSV(B) 259.5º 0.39% 0.8% -
XYZ 30.68 25.26 60.38 -
YUV 140.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 150 124 204 0.26 0.39 0 0.2 259.5 0.44 0.64
Hex 96 7C CC 1A 27 0 14 104 2C 40
Octal 226 174 314 32 47 0 24 404 54 100
Binary 10010110 1111100 11001100 11010 100111 0 10100 100000100 101100 1000000

Color Harmonies of #967CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967CCC

Black with #967CCC

Text Example


Text Example

White with #967CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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