Html Css Color HEX #967FC5 Cold Purple

📋 copy color: '#967FC5'

red 150 ◦ green 127 ◦ blue 197

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

Shades of Cold Purple #967FC5

Tints of Cold Purple #967FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.56%

R = 31.65%
G = 26.79%
B = 41.56%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#967FC5 (or 0x967FC5) is known color: Cold Purple. HEX triplet: 96, 7F and C5. RGB value is (150,127,197). Sum of RGB (Red+Green+Blue) = 150+127+197=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 197 - color contains mainly: blue. Hex color #967FC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FC5 is #69803A. Grayscale: #8D8D8D. Windows color (decimal): -6914107 or 12943254. OLE color: 12943254.

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

Color convert

RGB 150 127 197 -
CMYK 0.24 0.36 0 0.23
HSL 259.71º 0.38% 0.64% -
HSV(B) 259.71º 0.36% 0.77% -
XYZ 30.25 25.69 56.19 -
YUV 141.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 150 127 197 0.24 0.36 0 0.23 259.71 0.38 0.64
Hex 96 7F C5 18 24 0 17 104 26 40
Octal 226 177 305 30 44 0 27 404 46 100
Binary 10010110 1111111 11000101 11000 100100 0 10111 100000100 100110 1000000

Color Harmonies of #967FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967FC5

Black with #967FC5

Text Example


Text Example

White with #967FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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