Html Css Color HEX #9C89D0 Cold Purple

📋 copy color: '#9C89D0'

red 156 ◦ green 137 ◦ blue 208

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

Shades of Cold Purple #9C89D0

Tints of Cold Purple #9C89D0

RGB

 RED value IS 156 (61.33% from 255) = 31.14%

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

 BLUE value IS 208 (81.64% from 255) = 41.52%

R = 31.14%
G = 27.35%
B = 41.52%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9C89D0 (or 0x9C89D0) is known color: Cold Purple. HEX triplet: 9C, 89 and D0. RGB value is (156,137,208). Sum of RGB (Red+Green+Blue) = 156+137+208=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #9C89D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C89D0 is #63762F. Grayscale: #969696. Windows color (decimal): -6518320 or 13666716. OLE color: 13666716.

HSL color Cylindrical-coordinate representation of color #9C89D0: hue angle of 256.06º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C89D0 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 137 208 -
CMYK 0.25 0.34 0 0.18
HSL 256.06º 0.43% 0.68% -
HSV(B) 256.06º 0.34% 0.82% -
XYZ 34.04 29.51 63.58 -
YUV 150.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 156 137 208 0.25 0.34 0 0.18 256.06 0.43 0.68
Hex 9C 89 D0 19 22 0 12 100 2B 44
Octal 234 211 320 31 42 0 22 400 53 104
Binary 10011100 10001001 11010000 11001 100010 0 10010 100000000 101011 1000100

Color Harmonies of #9C89D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C89D0

Black with #9C89D0

Text Example


Text Example

White with #9C89D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,137,208); }

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

background-color css

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

 a { background-color: rgb(156,137,208); }

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

border-color css

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

 span { border-color: rgb(156,137,208); }

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