Html Css Color HEX #967FC6 Cold Purple

📋 copy color: '#967FC6'

red 150 ◦ green 127 ◦ blue 198

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

Shades of Cold Purple #967FC6

Tints of Cold Purple #967FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.68%

R = 31.58%
G = 26.74%
B = 41.68%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#967FC6 (or 0x967FC6) is known color: Cold Purple. HEX triplet: 96, 7F and C6. RGB value is (150,127,198). Sum of RGB (Red+Green+Blue) = 150+127+198=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #967FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FC6 is #698039. Grayscale: #8D8D8D. Windows color (decimal): -6914106 or 13008790. OLE color: 13008790.

HSL color Cylindrical-coordinate representation of color #967FC6: hue angle of 259.44º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #967FC6 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 127 198 -
CMYK 0.24 0.36 0 0.22
HSL 259.44º 0.38% 0.64% -
HSV(B) 259.44º 0.36% 0.78% -
XYZ 30.36 25.74 56.79 -
YUV 141.97 159.62 133.73 -
System Red Green Blue C M Y K H S L
Decimal 150 127 198 0.24 0.36 0 0.22 259.44 0.38 0.64
Hex 96 7F C6 18 24 0 16 103 26 40
Octal 226 177 306 30 44 0 26 403 46 100
Binary 10010110 1111111 11000110 11000 100100 0 10110 100000011 100110 1000000

Color Harmonies of #967FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967FC6

Black with #967FC6

Text Example


Text Example

White with #967FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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