Html Css Color HEX #9C2CBA Dark Orchid

📋 copy color: '#9C2CBA'

red 156 ◦ green 44 ◦ blue 186

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

Shades of Dark Orchid #9C2CBA

Tints of Dark Orchid #9C2CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.4%

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 40.41%
G = 11.4%
B = 48.19%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C2CBA (or 0x9C2CBA) is known color: Dark Orchid. HEX triplet: 9C, 2C and BA. RGB value is (156,44,186). Sum of RGB (Red+Green+Blue) = 156+44+186=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C2CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2CBA is #63D345. Grayscale: #5D5D5D. Windows color (decimal): -6542150 or 12201116. OLE color: 12201116.

HSL color Cylindrical-coordinate representation of color #9C2CBA: hue angle of 287.32º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2CBA is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 44 186 -
CMYK 0.16 0.76 0 0.27
HSL 287.32º 0.62% 0.45% -
HSV(B) 287.32º 0.76% 0.73% -
XYZ 23.47 12.41 47.61 -
YUV 93.68 180.11 172.45 -
System Red Green Blue C M Y K H S L
Decimal 156 44 186 0.16 0.76 0 0.27 287.32 0.62 0.45
Hex 9C 2C BA 10 4C 0 1B 11F 3E 2D
Octal 234 54 272 20 114 0 33 437 76 55
Binary 10011100 101100 10111010 10000 1001100 0 11011 100011111 111110 101101

Color Harmonies of #9C2CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2CBA

Black with #9C2CBA

Text Example


Text Example

White with #9C2CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,44,186); }

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

background-color css

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

 a { background-color: rgb(156,44,186); }

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

border-color css

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

 span { border-color: rgb(156,44,186); }

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