Html Css Color HEX #9D88D5 Cold Purple

📋 copy color: '#9D88D5'

red 157 ◦ green 136 ◦ blue 213

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

Shades of Cold Purple #9D88D5

Tints of Cold Purple #9D88D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.09%

R = 31.03%
G = 26.88%
B = 42.09%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9D88D5 (or 0x9D88D5) is known color: Cold Purple. HEX triplet: 9D, 88 and D5. RGB value is (157,136,213). Sum of RGB (Red+Green+Blue) = 157+136+213=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #9D88D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D88D5 is #62772A. Grayscale: #969696. Windows color (decimal): -6453035 or 13994141. OLE color: 13994141.

HSL color Cylindrical-coordinate representation of color #9D88D5: hue angle of 256.36º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D88D5 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 136 213 -
CMYK 0.26 0.36 0 0.16
HSL 256.36º 0.48% 0.68% -
HSV(B) 256.36º 0.36% 0.84% -
XYZ 34.72 29.58 66.83 -
YUV 151.06 162.96 132.24 -
System Red Green Blue C M Y K H S L
Decimal 157 136 213 0.26 0.36 0 0.16 256.36 0.48 0.68
Hex 9D 88 D5 1A 24 0 10 100 30 44
Octal 235 210 325 32 44 0 20 400 60 104
Binary 10011101 10001000 11010101 11010 100100 0 10000 100000000 110000 1000100

Color Harmonies of #9D88D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D88D5

Black with #9D88D5

Text Example


Text Example

White with #9D88D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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