Html Css Color HEX #9E3BBB Dark Orchid

📋 copy color: '#9E3BBB'

red 158 ◦ green 59 ◦ blue 187

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

Shades of Dark Orchid #9E3BBB

Tints of Dark Orchid #9E3BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.6%

 BLUE value IS 187 (73.44% from 255) = 46.29%

R = 39.11%
G = 14.6%
B = 46.29%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E3BBB (or 0x9E3BBB) is known color: Dark Orchid. HEX triplet: 9E, 3B and BB. RGB value is (158,59,187). Sum of RGB (Red+Green+Blue) = 158+59+187=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E3BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3BBB is #61C444. Grayscale: #666666. Windows color (decimal): -6407237 or 12270494. OLE color: 12270494.

HSL color Cylindrical-coordinate representation of color #9E3BBB: hue angle of 286.41º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3BBB is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 59 187 -
CMYK 0.16 0.68 0 0.27
HSL 286.41º 0.52% 0.48% -
HSV(B) 286.41º 0.68% 0.73% -
XYZ 24.63 13.98 48.41 -
YUV 103.19 175.3 167.09 -
System Red Green Blue C M Y K H S L
Decimal 158 59 187 0.16 0.68 0 0.27 286.41 0.52 0.48
Hex 9E 3B BB 10 44 0 1B 11E 34 30
Octal 236 73 273 20 104 0 33 436 64 60
Binary 10011110 111011 10111011 10000 1000100 0 11011 100011110 110100 110000

Color Harmonies of #9E3BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3BBB

Black with #9E3BBB

Text Example


Text Example

White with #9E3BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,59,187); }

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

background-color css

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

 a { background-color: rgb(158,59,187); }

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

border-color css

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

 span { border-color: rgb(158,59,187); }

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