Html Css Color HEX #967FCA True V

📋 copy color: '#967FCA'

red 150 ◦ green 127 ◦ blue 202

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

Shades of True V #967FCA

Tints of True V #967FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.17%

R = 31.32%
G = 26.51%
B = 42.17%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#967FCA (or 0x967FCA) is known color: True V. HEX triplet: 96, 7F and CA. RGB value is (150,127,202). Sum of RGB (Red+Green+Blue) = 150+127+202=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #967FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FCA is #698035. Grayscale: #8E8E8E. Windows color (decimal): -6914102 or 13270934. OLE color: 13270934.

HSL color Cylindrical-coordinate representation of color #967FCA: hue angle of 258.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #967FCA is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 127 202 -
CMYK 0.26 0.37 0 0.21
HSL 258.4º 0.41% 0.65% -
HSV(B) 258.4º 0.37% 0.79% -
XYZ 30.83 25.93 59.26 -
YUV 142.43 161.62 133.4 -
System Red Green Blue C M Y K H S L
Decimal 150 127 202 0.26 0.37 0 0.21 258.4 0.41 0.65
Hex 96 7F CA 1A 25 0 15 102 29 41
Octal 226 177 312 32 45 0 25 402 51 101
Binary 10010110 1111111 11001010 11010 100101 0 10101 100000010 101001 1000001

Color Harmonies of #967FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967FCA

Black with #967FCA

Text Example


Text Example

White with #967FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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