Html Css Color HEX #967ECF True V

📋 copy color: '#967ECF'

red 150 ◦ green 126 ◦ blue 207

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

Shades of True V #967ECF

Tints of True V #967ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 31.06%
G = 26.09%
B = 42.86%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#967ECF (or 0x967ECF) is known color: True V. HEX triplet: 96, 7E and CF. RGB value is (150,126,207). Sum of RGB (Red+Green+Blue) = 150+126+207=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #967ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ECF is #698130. Grayscale: #8E8E8E. Windows color (decimal): -6914353 or 13598358. OLE color: 13598358.

HSL color Cylindrical-coordinate representation of color #967ECF: hue angle of 257.78º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #967ECF is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 126 207 -
CMYK 0.28 0.39 0 0.19
HSL 257.78º 0.46% 0.65% -
HSV(B) 257.78º 0.39% 0.81% -
XYZ 31.3 25.91 62.38 -
YUV 142.41 164.45 133.41 -
System Red Green Blue C M Y K H S L
Decimal 150 126 207 0.28 0.39 0 0.19 257.78 0.46 0.65
Hex 96 7E CF 1C 27 0 13 102 2E 41
Octal 226 176 317 34 47 0 23 402 56 101
Binary 10010110 1111110 11001111 11100 100111 0 10011 100000010 101110 1000001

Color Harmonies of #967ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967ECF

Black with #967ECF

Text Example


Text Example

White with #967ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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