Html Css Color HEX #9C1AAE Dark Orchid

📋 copy color: '#9C1AAE'

red 156 ◦ green 26 ◦ blue 174

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

Shades of Dark Orchid #9C1AAE

Tints of Dark Orchid #9C1AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.3%

 BLUE value IS 174 (68.36% from 255) = 48.88%

R = 43.82%
G = 7.3%
B = 48.88%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C1AAE (or 0x9C1AAE) is known color: Dark Orchid. HEX triplet: 9C, 1A and AE. RGB value is (156,26,174). Sum of RGB (Red+Green+Blue) = 156+26+174=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C1AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1AAE is #63E551. Grayscale: #515151. Windows color (decimal): -6546770 or 11410076. OLE color: 11410076.

HSL color Cylindrical-coordinate representation of color #9C1AAE: hue angle of 292.7º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1AAE is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 26 174 -
CMYK 0.10 0.85 0 0.32
HSL 292.7º 0.74% 0.39% -
HSV(B) 292.7º 0.85% 0.68% -
XYZ 21.72 10.86 41 -
YUV 81.74 180.07 180.97 -
System Red Green Blue C M Y K H S L
Decimal 156 26 174 0.10 0.85 0 0.32 292.7 0.74 0.39
Hex 9C 1A AE A 55 0 20 125 4A 27
Octal 234 32 256 12 125 0 40 445 112 47
Binary 10011100 11010 10101110 1010 1010101 0 100000 100100101 1001010 100111

Color Harmonies of #9C1AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1AAE

Black with #9C1AAE

Text Example


Text Example

White with #9C1AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,26,174); }

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

background-color css

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

 a { background-color: rgb(156,26,174); }

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

border-color css

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

 span { border-color: rgb(156,26,174); }

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