Html Css Color HEX #9C8DCA Cold Purple

📋 copy color: '#9C8DCA'

red 156 ◦ green 141 ◦ blue 202

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

Shades of Cold Purple #9C8DCA

Tints of Cold Purple #9C8DCA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.26%

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

R = 31.26%
G = 28.26%
B = 40.48%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C8DCA (or 0x9C8DCA) is known color: Cold Purple. HEX triplet: 9C, 8D and CA. RGB value is (156,141,202). Sum of RGB (Red+Green+Blue) = 156+141+202=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C8DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8DCA is #637235. Grayscale: #989898. Windows color (decimal): -6517302 or 13274524. OLE color: 13274524.

HSL color Cylindrical-coordinate representation of color #9C8DCA: hue angle of 254.75º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C8DCA is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 141 202 -
CMYK 0.23 0.30 0 0.21
HSL 254.75º 0.37% 0.67% -
HSV(B) 254.75º 0.3% 0.79% -
XYZ 33.9 30.38 59.95 -
YUV 152.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 156 141 202 0.23 0.30 0 0.21 254.75 0.37 0.67
Hex 9C 8D CA 17 1E 0 15 FF 25 43
Octal 234 215 312 27 36 0 25 377 45 103
Binary 10011100 10001101 11001010 10111 11110 0 10101 11111111 100101 1000011

Color Harmonies of #9C8DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8DCA

Black with #9C8DCA

Text Example


Text Example

White with #9C8DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,141,202); }

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

background-color css

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

 a { background-color: rgb(156,141,202); }

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

border-color css

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

 span { border-color: rgb(156,141,202); }

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