Html Css Color HEX #967FC2 Cold Purple

📋 copy color: '#967FC2'

red 150 ◦ green 127 ◦ blue 194

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

Shades of Cold Purple #967FC2

Tints of Cold Purple #967FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.19%

R = 31.85%
G = 26.96%
B = 41.19%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#967FC2 (or 0x967FC2) is known color: Cold Purple. HEX triplet: 96, 7F and C2. RGB value is (150,127,194). Sum of RGB (Red+Green+Blue) = 150+127+194=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 194 - color contains mainly: blue. Hex color #967FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FC2 is #69803D. Grayscale: #8D8D8D. Windows color (decimal): -6914110 or 12746646. OLE color: 12746646.

HSL color Cylindrical-coordinate representation of color #967FC2: hue angle of 260.6º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #967FC2 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 127 194 -
CMYK 0.23 0.35 0 0.24
HSL 260.6º 0.35% 0.63% -
HSV(B) 260.6º 0.35% 0.76% -
XYZ 29.9 25.56 54.4 -
YUV 141.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 150 127 194 0.23 0.35 0 0.24 260.6 0.35 0.63
Hex 96 7F C2 17 23 0 18 105 23 3F
Octal 226 177 302 27 43 0 30 405 43 77
Binary 10010110 1111111 11000010 10111 100011 0 11000 100000101 100011 111111

Color Harmonies of #967FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967FC2

Black with #967FC2

Text Example


Text Example

White with #967FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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