Html Css Color HEX #9C2EDA Dark Orchid

📋 copy color: '#9C2EDA'

red 156 ◦ green 46 ◦ blue 218

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

Shades of Dark Orchid #9C2EDA

Tints of Dark Orchid #9C2EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.9%

R = 37.14%
G = 10.95%
B = 51.9%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9C2EDA (or 0x9C2EDA) is known color: Dark Orchid. HEX triplet: 9C, 2E and DA. RGB value is (156,46,218). Sum of RGB (Red+Green+Blue) = 156+46+218=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C2EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2EDA is #63D125. Grayscale: #616161. Windows color (decimal): -6541606 or 14298780. OLE color: 14298780.

HSL color Cylindrical-coordinate representation of color #9C2EDA: hue angle of 278.37º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2EDA is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 46 218 -
CMYK 0.28 0.79 0 0.15
HSL 278.37º 0.7% 0.52% -
HSV(B) 278.37º 0.79% 0.85% -
XYZ 27.34 14.08 67.61 -
YUV 98.5 195.44 169.01 -
System Red Green Blue C M Y K H S L
Decimal 156 46 218 0.28 0.79 0 0.15 278.37 0.7 0.52
Hex 9C 2E DA 1C 4F 0 F 116 46 34
Octal 234 56 332 34 117 0 17 426 106 64
Binary 10011100 101110 11011010 11100 1001111 0 1111 100010110 1000110 110100

Color Harmonies of #9C2EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2EDA

Black with #9C2EDA

Text Example


Text Example

White with #9C2EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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