Html Css Color HEX #9E3ACA Dark Orchid

📋 copy color: '#9E3ACA'

red 158 ◦ green 58 ◦ blue 202

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

Shades of Dark Orchid #9E3ACA

Tints of Dark Orchid #9E3ACA

RGB

 RED value IS 158 (62.11% from 255) = 37.8%

 GREEN value IS 58 (23.05% from 255) = 13.88%

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 37.8%
G = 13.88%
B = 48.33%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E3ACA (or 0x9E3ACA) is known color: Dark Orchid. HEX triplet: 9E, 3A and CA. RGB value is (158,58,202). Sum of RGB (Red+Green+Blue) = 158+58+202=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E3ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3ACA is #61C535. Grayscale: #676767. Windows color (decimal): -6407478 or 13253278. OLE color: 13253278.

HSL color Cylindrical-coordinate representation of color #9E3ACA: hue angle of 281.67º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E3ACA is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 58 202 -
CMYK 0.22 0.71 0 0.21
HSL 281.67º 0.58% 0.51% -
HSV(B) 281.67º 0.71% 0.79% -
XYZ 26.27 14.56 57.3 -
YUV 104.32 183.13 166.29 -
System Red Green Blue C M Y K H S L
Decimal 158 58 202 0.22 0.71 0 0.21 281.67 0.58 0.51
Hex 9E 3A CA 16 47 0 15 11A 3A 33
Octal 236 72 312 26 107 0 25 432 72 63
Binary 10011110 111010 11001010 10110 1000111 0 10101 100011010 111010 110011

Color Harmonies of #9E3ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3ACA

Black with #9E3ACA

Text Example


Text Example

White with #9E3ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,58,202); }

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

background-color css

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

 a { background-color: rgb(158,58,202); }

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

border-color css

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

 span { border-color: rgb(158,58,202); }

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