Html Css Color HEX #9E46CA Dark Orchid

📋 copy color: '#9E46CA'

red 158 ◦ green 70 ◦ blue 202

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

Shades of Dark Orchid #9E46CA

Tints of Dark Orchid #9E46CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.28%

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

R = 36.74%
G = 16.28%
B = 46.98%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E46CA (or 0x9E46CA) is known color: Dark Orchid. HEX triplet: 9E, 46 and CA. RGB value is (158,70,202). Sum of RGB (Red+Green+Blue) = 158+70+202=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E46CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E46CA is #61B935. Grayscale: #6E6E6E. Windows color (decimal): -6404406 or 13256350. OLE color: 13256350.

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

Color convert

RGB 158 70 202 -
CMYK 0.22 0.65 0 0.21
HSL 280º 0.55% 0.53% -
HSV(B) 280º 0.65% 0.79% -
XYZ 26.95 15.91 57.53 -
YUV 111.36 179.15 161.27 -
System Red Green Blue C M Y K H S L
Decimal 158 70 202 0.22 0.65 0 0.21 280 0.55 0.53
Hex 9E 46 CA 16 41 0 15 118 37 35
Octal 236 106 312 26 101 0 25 430 67 65
Binary 10011110 1000110 11001010 10110 1000001 0 10101 100011000 110111 110101

Color Harmonies of #9E46CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E46CA

Black with #9E46CA

Text Example


Text Example

White with #9E46CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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