Html Css Color HEX #9C89CD Cold Purple

📋 copy color: '#9C89CD'

red 156 ◦ green 137 ◦ blue 205

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

Shades of Cold Purple #9C89CD

Tints of Cold Purple #9C89CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 31.33%
G = 27.51%
B = 41.16%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C89CD (or 0x9C89CD) is known color: Cold Purple. HEX triplet: 9C, 89 and CD. RGB value is (156,137,205). Sum of RGB (Red+Green+Blue) = 156+137+205=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C89CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C89CD is #637632. Grayscale: #969696. Windows color (decimal): -6518323 or 13470108. OLE color: 13470108.

HSL color Cylindrical-coordinate representation of color #9C89CD: hue angle of 256.76º degrees, saturation: 0.4, 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 #9C89CD is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 137 205 -
CMYK 0.24 0.33 0 0.20
HSL 256.76º 0.4% 0.67% -
HSV(B) 256.76º 0.33% 0.8% -
XYZ 33.68 29.37 61.65 -
YUV 150.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 156 137 205 0.24 0.33 0 0.20 256.76 0.4 0.67
Hex 9C 89 CD 18 21 0 14 101 28 43
Octal 234 211 315 30 41 0 24 401 50 103
Binary 10011100 10001001 11001101 11000 100001 0 10100 100000001 101000 1000011

Color Harmonies of #9C89CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C89CD

Black with #9C89CD

Text Example


Text Example

White with #9C89CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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