Html Css Color HEX #9C1EBA Dark Orchid

📋 copy color: '#9C1EBA'

red 156 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #9C1EBA

Tints of Dark Orchid #9C1EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.06%

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

R = 41.94%
G = 8.06%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C1EBA (or 0x9C1EBA) is known color: Dark Orchid. HEX triplet: 9C, 1E and BA. RGB value is (156,30,186). Sum of RGB (Red+Green+Blue) = 156+30+186=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1EBA is #63E145. Grayscale: #545454. Windows color (decimal): -6545734 or 12197532. OLE color: 12197532.

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

Color convert

RGB 156 30 186 -
CMYK 0.16 0.84 0 0.27
HSL 288.46º 0.72% 0.42% -
HSV(B) 288.46º 0.84% 0.73% -
XYZ 23.04 11.54 47.47 -
YUV 85.46 184.74 178.32 -
System Red Green Blue C M Y K H S L
Decimal 156 30 186 0.16 0.84 0 0.27 288.46 0.72 0.42
Hex 9C 1E BA 10 54 0 1B 120 48 2A
Octal 234 36 272 20 124 0 33 440 110 52
Binary 10011100 11110 10111010 10000 1010100 0 11011 100100000 1001000 101010

Color Harmonies of #9C1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1EBA

Black with #9C1EBA

Text Example


Text Example

White with #9C1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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