Html Css Color HEX #967EC1 Cold Purple

📋 copy color: '#967EC1'

red 150 ◦ green 126 ◦ blue 193

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

Shades of Cold Purple #967EC1

Tints of Cold Purple #967EC1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.87%

 BLUE value IS 193 (75.78% from 255) = 41.15%

R = 31.98%
G = 26.87%
B = 41.15%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#967EC1 (or 0x967EC1) is known color: Cold Purple. HEX triplet: 96, 7E and C1. RGB value is (150,126,193). Sum of RGB (Red+Green+Blue) = 150+126+193=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #967EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967EC1 is #69813E. Grayscale: #8C8C8C. Windows color (decimal): -6914367 or 12680854. OLE color: 12680854.

HSL color Cylindrical-coordinate representation of color #967EC1: hue angle of 261.49º 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 #967EC1 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 126 193 -
CMYK 0.22 0.35 0 0.24
HSL 261.49º 0.35% 0.63% -
HSV(B) 261.49º 0.35% 0.76% -
XYZ 29.66 25.26 53.76 -
YUV 140.81 157.45 134.55 -
System Red Green Blue C M Y K H S L
Decimal 150 126 193 0.22 0.35 0 0.24 261.49 0.35 0.63
Hex 96 7E C1 16 23 0 18 105 23 3F
Octal 226 176 301 26 43 0 30 405 43 77
Binary 10010110 1111110 11000001 10110 100011 0 11000 100000101 100011 111111

Color Harmonies of #967EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967EC1

Black with #967EC1

Text Example


Text Example

White with #967EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,126,193); }

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

background-color css

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

 a { background-color: rgb(150,126,193); }

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

border-color css

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

 span { border-color: rgb(150,126,193); }

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