#968EBA

Color #968EBA Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #968EBA

Tints of Cold Purple #968EBA

Color information

#968EBA (or 0x968EBA) is unknown color: approx Cold Purple. HEX triplet: 96, 8E and BA. RGB value is (150,142,186). Sum of RGB (Red+Green+Blue) = 150+142+186=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #968EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968EBA is #697145. Grayscale: #959595. Windows color (decimal): -6910278 or 12226198. OLE color: 12226198.

HSL color Cylindrical-coordinate representation of color #968EBA: hue angle of 250.91º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #968EBA is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150142186-
CMYK0.190.2400.27
HSL250.91º24.18%64.31%-
HSV(B)250.91º23.66%72.94%-
XYZ31.1129.3850.48-
YUV149.41148.65128.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.38%
GREEN value IS 142 (55.86% from 255) = 29.71%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=31.38%
G=29.71%
B=38.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501421860.190.2400.27250.9124.1864.31
Hex968EBA131801Bfb1840
Octal226216272233003337330100
Binary100101101000111010111010100111100001101111111011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968EBA; }

 p { color: rgb(150,142,186); }

 H1.HeaderClassName
 {
   color: #968EBA;
 }
 .AnyTagClassName
 {
   color: #968EBA;
 }
</style>
background-color css

<style>
 a { background-color: #968EBA; }

 a { background-color: rgb(150,142,186); }

 div.DivClassName
 {
   background-color: #968EBA;
 }
 .BgClassName
 {
   background-color: #968EBA;
 }
</style>
border-color css

<style>
 span { border-color: #968EBA; }

 span { border-color: rgb(150,142,186); }

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