Html Css Color HEX #9D88BF Cold Purple

📋 copy color: '#9D88BF'

red 157 ◦ green 136 ◦ blue 191

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

Shades of Cold Purple #9D88BF

Tints of Cold Purple #9D88BF

RGB

 RED value IS 157 (61.72% from 255) = 32.44%

 GREEN value IS 136 (53.52% from 255) = 28.1%

 BLUE value IS 191 (75% from 255) = 39.46%

R = 32.44%
G = 28.1%
B = 39.46%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D88BF (or 0x9D88BF) is known color: Cold Purple. HEX triplet: 9D, 88 and BF. RGB value is (157,136,191). Sum of RGB (Red+Green+Blue) = 157+136+191=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D88BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D88BF is #627740. Grayscale: #949494. Windows color (decimal): -6453057 or 12552349. OLE color: 12552349.

HSL color Cylindrical-coordinate representation of color #9D88BF: hue angle of 262.91º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D88BF is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 136 191 -
CMYK 0.18 0.29 0 0.25
HSL 262.91º 0.3% 0.64% -
HSV(B) 262.91º 0.29% 0.75% -
XYZ 32.11 28.54 53.11 -
YUV 148.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 157 136 191 0.18 0.29 0 0.25 262.91 0.3 0.64
Hex 9D 88 BF 12 1D 0 19 107 1E 40
Octal 235 210 277 22 35 0 31 407 36 100
Binary 10011101 10001000 10111111 10010 11101 0 11001 100000111 11110 1000000

Color Harmonies of #9D88BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D88BF

Black with #9D88BF

Text Example


Text Example

White with #9D88BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D88BF; }

 p { color: rgb(157,136,191); }

 H1.HeaderClassName
 {
   color: #9D88BF;
 }
 .AnyTagClassName
 {
   color: #9D88BF;
 }
</style>

background-color css

<style>
 a { background-color: #9D88BF; }

 a { background-color: rgb(157,136,191); }

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

border-color css

<style>
 span { border-color: #9D88BF; }

 span { border-color: rgb(157,136,191); }

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