Html Css Color HEX #9C2BAE Dark Orchid

📋 copy color: '#9C2BAE'

red 156 ◦ green 43 ◦ blue 174

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

Shades of Dark Orchid #9C2BAE

Tints of Dark Orchid #9C2BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.53%

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

R = 41.82%
G = 11.53%
B = 46.65%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C2BAE (or 0x9C2BAE) is known color: Dark Orchid. HEX triplet: 9C, 2B and AE. RGB value is (156,43,174). Sum of RGB (Red+Green+Blue) = 156+43+174=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C2BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2BAE is #63D451. Grayscale: #5B5B5B. Windows color (decimal): -6542418 or 11414428. OLE color: 11414428.

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

Color convert

RGB 156 43 174 -
CMYK 0.10 0.75 0 0.32
HSL 291.76º 0.6% 0.43% -
HSV(B) 291.76º 0.75% 0.68% -
XYZ 22.21 11.85 41.16 -
YUV 91.72 174.44 173.85 -
System Red Green Blue C M Y K H S L
Decimal 156 43 174 0.10 0.75 0 0.32 291.76 0.6 0.43
Hex 9C 2B AE A 4B 0 20 124 3C 2B
Octal 234 53 256 12 113 0 40 444 74 53
Binary 10011100 101011 10101110 1010 1001011 0 100000 100100100 111100 101011

Color Harmonies of #9C2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2BAE

Black with #9C2BAE

Text Example


Text Example

White with #9C2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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