Html Css Color HEX #9D88CF Cold Purple

📋 copy color: '#9D88CF'

red 157 ◦ green 136 ◦ blue 207

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

Shades of Cold Purple #9D88CF

Tints of Cold Purple #9D88CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.4%

R = 31.4%
G = 27.2%
B = 41.4%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D88CF (or 0x9D88CF) is known color: Cold Purple. HEX triplet: 9D, 88 and CF. RGB value is (157,136,207). Sum of RGB (Red+Green+Blue) = 157+136+207=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D88CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D88CF is #627730. Grayscale: #969696. Windows color (decimal): -6453041 or 13600925. OLE color: 13600925.

HSL color Cylindrical-coordinate representation of color #9D88CF: hue angle of 257.75º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D88CF is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 136 207 -
CMYK 0.24 0.34 0 0.19
HSL 257.75º 0.43% 0.67% -
HSV(B) 257.75º 0.34% 0.81% -
XYZ 33.97 29.28 62.89 -
YUV 150.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 157 136 207 0.24 0.34 0 0.19 257.75 0.43 0.67
Hex 9D 88 CF 18 22 0 13 102 2B 43
Octal 235 210 317 30 42 0 23 402 53 103
Binary 10011101 10001000 11001111 11000 100010 0 10011 100000010 101011 1000011

Color Harmonies of #9D88CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D88CF

Black with #9D88CF

Text Example


Text Example

White with #9D88CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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