Html Css Color HEX #968BB9 Cold Purple

📋 copy color: '#968BB9'

red 150 ◦ green 139 ◦ blue 185

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

Shades of Cold Purple #968BB9

Tints of Cold Purple #968BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.03%

R = 31.65%
G = 29.32%
B = 39.03%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#968BB9 (or 0x968BB9) is known color: Cold Purple. HEX triplet: 96, 8B and B9. RGB value is (150,139,185). Sum of RGB (Red+Green+Blue) = 150+139+185=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 185 - color contains mainly: blue. Hex color #968BB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BB9 is #697446. Grayscale: #939393. Windows color (decimal): -6911047 or 12159894. OLE color: 12159894.

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

Color convert

RGB 150 139 185 -
CMYK 0.19 0.25 0 0.27
HSL 254.35º 0.25% 0.64% -
HSV(B) 254.35º 0.25% 0.73% -
XYZ 30.57 28.45 49.78 -
YUV 147.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 150 139 185 0.19 0.25 0 0.27 254.35 0.25 0.64
Hex 96 8B B9 13 19 0 1B FE 19 40
Octal 226 213 271 23 31 0 33 376 31 100
Binary 10010110 10001011 10111001 10011 11001 0 11011 11111110 11001 1000000

Color Harmonies of #968BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968BB9

Black with #968BB9

Text Example


Text Example

White with #968BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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