Html Css Color HEX #967ECC True V

📋 copy color: '#967ECC'

red 150 ◦ green 126 ◦ blue 204

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

Shades of True V #967ECC

Tints of True V #967ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.25%

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

R = 31.25%
G = 26.25%
B = 42.5%

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

#967ECC (or 0x967ECC) is known color: True V. HEX triplet: 96, 7E and CC. RGB value is (150,126,204). Sum of RGB (Red+Green+Blue) = 150+126+204=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #967ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ECC is #698133. Grayscale: #8D8D8D. Windows color (decimal): -6914356 or 13401750. OLE color: 13401750.

HSL color Cylindrical-coordinate representation of color #967ECC: hue angle of 258.46º 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 #967ECC is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 126 204 -
CMYK 0.26 0.38 0 0.2
HSL 258.46º 0.43% 0.65% -
HSV(B) 258.46º 0.38% 0.8% -
XYZ 30.94 25.77 60.47 -
YUV 142.07 162.95 133.66 -
System Red Green Blue C M Y K H S L
Decimal 150 126 204 0.26 0.38 0 0.2 258.46 0.43 0.65
Hex 96 7E CC 1A 26 0 14 102 2B 41
Octal 226 176 314 32 46 0 24 402 53 101
Binary 10010110 1111110 11001100 11010 100110 0 10100 100000010 101011 1000001

Color Harmonies of #967ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967ECC

Black with #967ECC

Text Example


Text Example

White with #967ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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