Html Css Color HEX #967CCD True V

📋 copy color: '#967CCD'

red 150 ◦ green 124 ◦ blue 205

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

Shades of True V #967CCD

Tints of True V #967CCD

RGB

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

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

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

R = 31.32%
G = 25.89%
B = 42.8%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#967CCD (or 0x967CCD) is known color: True V. HEX triplet: 96, 7C and CD. RGB value is (150,124,205). Sum of RGB (Red+Green+Blue) = 150+124+205=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #967CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CCD is #698332. Grayscale: #8C8C8C. Windows color (decimal): -6914867 or 13466774. OLE color: 13466774.

HSL color Cylindrical-coordinate representation of color #967CCD: hue angle of 259.26º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #967CCD is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 124 205 -
CMYK 0.27 0.40 0 0.20
HSL 259.26º 0.45% 0.65% -
HSV(B) 259.26º 0.4% 0.8% -
XYZ 30.8 25.31 61.02 -
YUV 141.01 164.11 134.41 -
System Red Green Blue C M Y K H S L
Decimal 150 124 205 0.27 0.40 0 0.20 259.26 0.45 0.65
Hex 96 7C CD 1B 28 0 14 103 2D 41
Octal 226 174 315 33 50 0 24 403 55 101
Binary 10010110 1111100 11001101 11011 101000 0 10100 100000011 101101 1000001

Color Harmonies of #967CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967CCD

Black with #967CCD

Text Example


Text Example

White with #967CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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