Html Css Color HEX #968BB6 Cold Purple

📋 copy color: '#968BB6'

red 150 ◦ green 139 ◦ blue 182

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

Shades of Cold Purple #968BB6

Tints of Cold Purple #968BB6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.51%

 BLUE value IS 182 (71.48% from 255) = 38.64%

R = 31.85%
G = 29.51%
B = 38.64%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#968BB6 (or 0x968BB6) is known color: Cold Purple. HEX triplet: 96, 8B and B6. RGB value is (150,139,182). Sum of RGB (Red+Green+Blue) = 150+139+182=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 182 - color contains mainly: blue. Hex color #968BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BB6 is #697449. Grayscale: #939393. Windows color (decimal): -6911050 or 11963286. OLE color: 11963286.

HSL color Cylindrical-coordinate representation of color #968BB6: hue angle of 255.35º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #968BB6 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 139 182 -
CMYK 0.18 0.24 0 0.29
HSL 255.35º 0.23% 0.63% -
HSV(B) 255.35º 0.24% 0.71% -
XYZ 30.25 28.33 48.13 -
YUV 147.19 147.64 130 -
System Red Green Blue C M Y K H S L
Decimal 150 139 182 0.18 0.24 0 0.29 255.35 0.23 0.63
Hex 96 8B B6 12 18 0 1D FF 17 3F
Octal 226 213 266 22 30 0 35 377 27 77
Binary 10010110 10001011 10110110 10010 11000 0 11101 11111111 10111 111111

Color Harmonies of #968BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968BB6

Black with #968BB6

Text Example


Text Example

White with #968BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,139,182); }

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

background-color css

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

 a { background-color: rgb(150,139,182); }

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

border-color css

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

 span { border-color: rgb(150,139,182); }

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