Html Css Color HEX #967FBE Cold Purple

📋 copy color: '#967FBE'

red 150 ◦ green 127 ◦ blue 190

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

Shades of Cold Purple #967FBE

Tints of Cold Purple #967FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 32.12%
G = 27.19%
B = 40.69%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#967FBE (or 0x967FBE) is known color: Cold Purple. HEX triplet: 96, 7F and BE. RGB value is (150,127,190). Sum of RGB (Red+Green+Blue) = 150+127+190=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #967FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FBE is #698041. Grayscale: #8C8C8C. Windows color (decimal): -6914114 or 12484502. OLE color: 12484502.

HSL color Cylindrical-coordinate representation of color #967FBE: hue angle of 261.9º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #967FBE is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 127 190 -
CMYK 0.21 0.33 0 0.25
HSL 261.9º 0.33% 0.62% -
HSV(B) 261.9º 0.33% 0.75% -
XYZ 29.46 25.38 52.06 -
YUV 141.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 150 127 190 0.21 0.33 0 0.25 261.9 0.33 0.62
Hex 96 7F BE 15 21 0 19 106 21 3E
Octal 226 177 276 25 41 0 31 406 41 76
Binary 10010110 1111111 10111110 10101 100001 0 11001 100000110 100001 111110

Color Harmonies of #967FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967FBE

Black with #967FBE

Text Example


Text Example

White with #967FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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