Html Css Color HEX #9D89CB Cold Purple

📋 copy color: '#9D89CB'

red 157 ◦ green 137 ◦ blue 203

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

Shades of Cold Purple #9D89CB

Tints of Cold Purple #9D89CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 31.59%
G = 27.57%
B = 40.85%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D89CB (or 0x9D89CB) is known color: Cold Purple. HEX triplet: 9D, 89 and CB. RGB value is (157,137,203). Sum of RGB (Red+Green+Blue) = 157+137+203=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D89CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D89CB is #627634. Grayscale: #969696. Windows color (decimal): -6452789 or 13339037. OLE color: 13339037.

HSL color Cylindrical-coordinate representation of color #9D89CB: hue angle of 258.18º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D89CB is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 137 203 -
CMYK 0.23 0.33 0 0.20
HSL 258.18º 0.39% 0.67% -
HSV(B) 258.18º 0.33% 0.8% -
XYZ 33.63 29.37 60.4 -
YUV 150.5 157.63 132.63 -
System Red Green Blue C M Y K H S L
Decimal 157 137 203 0.23 0.33 0 0.20 258.18 0.39 0.67
Hex 9D 89 CB 17 21 0 14 102 27 43
Octal 235 211 313 27 41 0 24 402 47 103
Binary 10011101 10001001 11001011 10111 100001 0 10100 100000010 100111 1000011

Color Harmonies of #9D89CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D89CB

Black with #9D89CB

Text Example


Text Example

White with #9D89CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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