Html Css Color HEX #967CCB True V

📋 copy color: '#967CCB'

red 150 ◦ green 124 ◦ blue 203

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

Shades of True V #967CCB

Tints of True V #967CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 31.45%
G = 26%
B = 42.56%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#967CCB (or 0x967CCB) is known color: True V. HEX triplet: 96, 7C and CB. RGB value is (150,124,203). Sum of RGB (Red+Green+Blue) = 150+124+203=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #967CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CCB is #698334. Grayscale: #8C8C8C. Windows color (decimal): -6914869 or 13335702. OLE color: 13335702.

HSL color Cylindrical-coordinate representation of color #967CCB: hue angle of 259.75º degrees, saturation: 0.43, 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 #967CCB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 124 203 -
CMYK 0.26 0.39 0 0.20
HSL 259.75º 0.43% 0.64% -
HSV(B) 259.75º 0.39% 0.8% -
XYZ 30.56 25.21 59.76 -
YUV 140.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 150 124 203 0.26 0.39 0 0.20 259.75 0.43 0.64
Hex 96 7C CB 1A 27 0 14 104 2B 40
Octal 226 174 313 32 47 0 24 404 53 100
Binary 10010110 1111100 11001011 11010 100111 0 10100 100000100 101011 1000000

Color Harmonies of #967CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967CCB

Black with #967CCB

Text Example


Text Example

White with #967CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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