Html Css Color HEX #9E3AB7 Dark Orchid

📋 copy color: '#9E3AB7'

red 158 ◦ green 58 ◦ blue 183

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

Shades of Dark Orchid #9E3AB7

Tints of Dark Orchid #9E3AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.86%

R = 39.6%
G = 14.54%
B = 45.86%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9E3AB7 (or 0x9E3AB7) is known color: Dark Orchid. HEX triplet: 9E, 3A and B7. RGB value is (158,58,183). Sum of RGB (Red+Green+Blue) = 158+58+183=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 183 - color contains mainly: blue. Hex color #9E3AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3AB7 is #61C548. Grayscale: #656565. Windows color (decimal): -6407497 or 12008094. OLE color: 12008094.

HSL color Cylindrical-coordinate representation of color #9E3AB7: hue angle of 288º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3AB7 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 158 58 183 -
CMYK 0.14 0.68 0 0.28
HSL 288º 0.52% 0.47% -
HSV(B) 288º 0.68% 0.72% -
XYZ 24.16 13.71 46.17 -
YUV 102.15 173.63 167.84 -
System Red Green Blue C M Y K H S L
Decimal 158 58 183 0.14 0.68 0 0.28 288 0.52 0.47
Hex 9E 3A B7 E 44 0 1C 120 34 2F
Octal 236 72 267 16 104 0 34 440 64 57
Binary 10011110 111010 10110111 1110 1000100 0 11100 100100000 110100 101111

Color Harmonies of #9E3AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3AB7

Black with #9E3AB7

Text Example


Text Example

White with #9E3AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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