Html Css Color HEX #968BBD Cold Purple

📋 copy color: '#968BBD'

red 150 ◦ green 139 ◦ blue 189

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

Shades of Cold Purple #968BBD

Tints of Cold Purple #968BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.54%

R = 31.38%
G = 29.08%
B = 39.54%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#968BBD (or 0x968BBD) is known color: Cold Purple. HEX triplet: 96, 8B and BD. RGB value is (150,139,189). Sum of RGB (Red+Green+Blue) = 150+139+189=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #968BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BBD is #697442. Grayscale: #939393. Windows color (decimal): -6911043 or 12422038. OLE color: 12422038.

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

Color convert

RGB 150 139 189 -
CMYK 0.21 0.26 0 0.26
HSL 253.2º 0.27% 0.64% -
HSV(B) 253.2º 0.26% 0.74% -
XYZ 31 28.62 52.04 -
YUV 147.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 150 139 189 0.21 0.26 0 0.26 253.2 0.27 0.64
Hex 96 8B BD 15 1A 0 1A FD 1B 40
Octal 226 213 275 25 32 0 32 375 33 100
Binary 10010110 10001011 10111101 10101 11010 0 11010 11111101 11011 1000000

Color Harmonies of #968BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968BBD

Black with #968BBD

Text Example


Text Example

White with #968BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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