Html Css Color HEX #9D88BC Cold Purple

📋 copy color: '#9D88BC'

red 157 ◦ green 136 ◦ blue 188

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

Shades of Cold Purple #9D88BC

Tints of Cold Purple #9D88BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.09%

R = 32.64%
G = 28.27%
B = 39.09%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9D88BC (or 0x9D88BC) is known color: Cold Purple. HEX triplet: 9D, 88 and BC. RGB value is (157,136,188). Sum of RGB (Red+Green+Blue) = 157+136+188=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D88BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D88BC is #627743. Grayscale: #949494. Windows color (decimal): -6453060 or 12355741. OLE color: 12355741.

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

Color convert

RGB 157 136 188 -
CMYK 0.16 0.28 0 0.26
HSL 264.23º 0.28% 0.64% -
HSV(B) 264.23º 0.28% 0.74% -
XYZ 31.79 28.41 51.38 -
YUV 148.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 157 136 188 0.16 0.28 0 0.26 264.23 0.28 0.64
Hex 9D 88 BC 10 1C 0 1A 108 1C 40
Octal 235 210 274 20 34 0 32 410 34 100
Binary 10011101 10001000 10111100 10000 11100 0 11010 100001000 11100 1000000

Color Harmonies of #9D88BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D88BC

Black with #9D88BC

Text Example


Text Example

White with #9D88BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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