Html Css Color HEX #9C8ACA Cold Purple

📋 copy color: '#9C8ACA'

red 156 ◦ green 138 ◦ blue 202

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

Shades of Cold Purple #9C8ACA

Tints of Cold Purple #9C8ACA

RGB

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

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

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

R = 31.45%
G = 27.82%
B = 40.73%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C8ACA (or 0x9C8ACA) is known color: Cold Purple. HEX triplet: 9C, 8A and CA. RGB value is (156,138,202). Sum of RGB (Red+Green+Blue) = 156+138+202=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C8ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8ACA is #637535. Grayscale: #969696. Windows color (decimal): -6518070 or 13273756. OLE color: 13273756.

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

Color convert

RGB 156 138 202 -
CMYK 0.23 0.32 0 0.21
HSL 256.88º 0.38% 0.67% -
HSV(B) 256.88º 0.32% 0.79% -
XYZ 33.46 29.51 59.81 -
YUV 150.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 156 138 202 0.23 0.32 0 0.21 256.88 0.38 0.67
Hex 9C 8A CA 17 20 0 15 101 26 43
Octal 234 212 312 27 40 0 25 401 46 103
Binary 10011100 10001010 11001010 10111 100000 0 10101 100000001 100110 1000011

Color Harmonies of #9C8ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8ACA

Black with #9C8ACA

Text Example


Text Example

White with #9C8ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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