Html Css Color HEX #9D89CA Cold Purple

📋 copy color: '#9D89CA'

red 157 ◦ green 137 ◦ blue 202

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

Shades of Cold Purple #9D89CA

Tints of Cold Purple #9D89CA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.62%

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 31.65%
G = 27.62%
B = 40.73%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9D89CA (or 0x9D89CA) is known color: Cold Purple. HEX triplet: 9D, 89 and CA. RGB value is (157,137,202). Sum of RGB (Red+Green+Blue) = 157+137+202=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D89CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D89CA is #627635. Grayscale: #969696. Windows color (decimal): -6452790 or 13273501. OLE color: 13273501.

HSL color Cylindrical-coordinate representation of color #9D89CA: hue angle of 258.46º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D89CA is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 137 202 -
CMYK 0.22 0.32 0 0.21
HSL 258.46º 0.38% 0.66% -
HSV(B) 258.46º 0.32% 0.79% -
XYZ 33.51 29.32 59.77 -
YUV 150.39 157.13 132.71 -
System Red Green Blue C M Y K H S L
Decimal 157 137 202 0.22 0.32 0 0.21 258.46 0.38 0.66
Hex 9D 89 CA 16 20 0 15 102 26 42
Octal 235 211 312 26 40 0 25 402 46 102
Binary 10011101 10001001 11001010 10110 100000 0 10101 100000010 100110 1000010

Color Harmonies of #9D89CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D89CA

Black with #9D89CA

Text Example


Text Example

White with #9D89CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,137,202); }

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

background-color css

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

 a { background-color: rgb(157,137,202); }

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

border-color css

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

 span { border-color: rgb(157,137,202); }

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