Html Css Color HEX #967FCD True V

📋 copy color: '#967FCD'

red 150 ◦ green 127 ◦ blue 205

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

Shades of True V #967FCD

Tints of True V #967FCD

RGB

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

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

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

R = 31.12%
G = 26.35%
B = 42.53%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#967FCD (or 0x967FCD) is known color: True V. HEX triplet: 96, 7F and CD. RGB value is (150,127,205). Sum of RGB (Red+Green+Blue) = 150+127+205=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #967FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FCD is #698032. Grayscale: #8E8E8E. Windows color (decimal): -6914099 or 13467542. OLE color: 13467542.

HSL color Cylindrical-coordinate representation of color #967FCD: hue angle of 257.69º degrees, saturation: 0.44, 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 #967FCD is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 127 205 -
CMYK 0.27 0.38 0 0.20
HSL 257.69º 0.44% 0.65% -
HSV(B) 257.69º 0.38% 0.8% -
XYZ 31.19 26.07 61.15 -
YUV 142.77 163.12 133.16 -
System Red Green Blue C M Y K H S L
Decimal 150 127 205 0.27 0.38 0 0.20 257.69 0.44 0.65
Hex 96 7F CD 1B 26 0 14 102 2C 41
Octal 226 177 315 33 46 0 24 402 54 101
Binary 10010110 1111111 11001101 11011 100110 0 10100 100000010 101100 1000001

Color Harmonies of #967FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967FCD

Black with #967FCD

Text Example


Text Example

White with #967FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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