Html Css Color HEX #9C8ACD Cold Purple

📋 copy color: '#9C8ACD'

red 156 ◦ green 138 ◦ blue 205

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

Shades of Cold Purple #9C8ACD

Tints of Cold Purple #9C8ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.66%

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

R = 31.26%
G = 27.66%
B = 41.08%

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

#9C8ACD (or 0x9C8ACD) is known color: Cold Purple. HEX triplet: 9C, 8A and CD. RGB value is (156,138,205). Sum of RGB (Red+Green+Blue) = 156+138+205=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C8ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8ACD is #637532. Grayscale: #969696. Windows color (decimal): -6518067 or 13470364. OLE color: 13470364.

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

Color convert

RGB 156 138 205 -
CMYK 0.24 0.33 0 0.20
HSL 256.12º 0.4% 0.67% -
HSV(B) 256.12º 0.33% 0.8% -
XYZ 33.82 29.65 61.7 -
YUV 151.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 156 138 205 0.24 0.33 0 0.20 256.12 0.4 0.67
Hex 9C 8A CD 18 21 0 14 100 28 43
Octal 234 212 315 30 41 0 24 400 50 103
Binary 10011100 10001010 11001101 11000 100001 0 10100 100000000 101000 1000011

Color Harmonies of #9C8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8ACD

Black with #9C8ACD

Text Example


Text Example

White with #9C8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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