Html Css Color HEX #9C2EBE Dark Orchid

📋 copy color: '#9C2EBE'

red 156 ◦ green 46 ◦ blue 190

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

Shades of Dark Orchid #9C2EBE

Tints of Dark Orchid #9C2EBE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.73%

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 39.8%
G = 11.73%
B = 48.47%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C2EBE (or 0x9C2EBE) is known color: Dark Orchid. HEX triplet: 9C, 2E and BE. RGB value is (156,46,190). Sum of RGB (Red+Green+Blue) = 156+46+190=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C2EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2EBE is #63D141. Grayscale: #5E5E5E. Windows color (decimal): -6541634 or 12463772. OLE color: 12463772.

HSL color Cylindrical-coordinate representation of color #9C2EBE: hue angle of 285.83º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2EBE is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 46 190 -
CMYK 0.18 0.76 0 0.25
HSL 285.83º 0.61% 0.46% -
HSV(B) 285.83º 0.76% 0.75% -
XYZ 23.98 12.74 49.91 -
YUV 95.31 181.44 171.29 -
System Red Green Blue C M Y K H S L
Decimal 156 46 190 0.18 0.76 0 0.25 285.83 0.61 0.46
Hex 9C 2E BE 12 4C 0 19 11E 3D 2E
Octal 234 56 276 22 114 0 31 436 75 56
Binary 10011100 101110 10111110 10010 1001100 0 11001 100011110 111101 101110

Color Harmonies of #9C2EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2EBE

Black with #9C2EBE

Text Example


Text Example

White with #9C2EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,46,190); }

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

background-color css

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

 a { background-color: rgb(156,46,190); }

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

border-color css

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

 span { border-color: rgb(156,46,190); }

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