Html Css Color HEX #968EB2 Cold Purple

📋 copy color: '#968EB2'

red 150 ◦ green 142 ◦ blue 178

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

Shades of Cold Purple #968EB2

Tints of Cold Purple #968EB2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.21%

 BLUE value IS 178 (69.92% from 255) = 37.87%

R = 31.91%
G = 30.21%
B = 37.87%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#968EB2 (or 0x968EB2) is known color: Cold Purple. HEX triplet: 96, 8E and B2. RGB value is (150,142,178). Sum of RGB (Red+Green+Blue) = 150+142+178=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 178 - color contains mainly: blue. Hex color #968EB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968EB2 is #69714D. Grayscale: #949494. Windows color (decimal): -6910286 or 11701910. OLE color: 11701910.

HSL color Cylindrical-coordinate representation of color #968EB2: hue angle of 253.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #968EB2 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 142 178 -
CMYK 0.16 0.20 0 0.30
HSL 253.33º 0.19% 0.63% -
HSV(B) 253.33º 0.2% 0.7% -
XYZ 30.29 29.04 46.13 -
YUV 148.5 144.65 129.07 -
System Red Green Blue C M Y K H S L
Decimal 150 142 178 0.16 0.20 0 0.30 253.33 0.19 0.63
Hex 96 8E B2 10 14 0 1E FD 13 3F
Octal 226 216 262 20 24 0 36 375 23 77
Binary 10010110 10001110 10110010 10000 10100 0 11110 11111101 10011 111111

Color Harmonies of #968EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968EB2

Black with #968EB2

Text Example


Text Example

White with #968EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #968EB2;
 }
 .AnyTagClassName
 {
   color: #968EB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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