Html Css Color HEX #9E30BE Dark Orchid

📋 copy color: '#9E30BE'

red 158 ◦ green 48 ◦ blue 190

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

Shades of Dark Orchid #9E30BE

Tints of Dark Orchid #9E30BE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.12%

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 39.9%
G = 12.12%
B = 47.98%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E30BE (or 0x9E30BE) is known color: Dark Orchid. HEX triplet: 9E, 30 and BE. RGB value is (158,48,190). Sum of RGB (Red+Green+Blue) = 158+48+190=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E30BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E30BE is #61CF41. Grayscale: #606060. Windows color (decimal): -6410050 or 12464286. OLE color: 12464286.

HSL color Cylindrical-coordinate representation of color #9E30BE: hue angle of 286.48º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E30BE is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 48 190 -
CMYK 0.17 0.75 0 0.25
HSL 286.48º 0.6% 0.47% -
HSV(B) 286.48º 0.75% 0.75% -
XYZ 24.45 13.1 49.96 -
YUV 97.08 180.44 171.45 -
System Red Green Blue C M Y K H S L
Decimal 158 48 190 0.17 0.75 0 0.25 286.48 0.6 0.47
Hex 9E 30 BE 11 4B 0 19 11E 3C 2F
Octal 236 60 276 21 113 0 31 436 74 57
Binary 10011110 110000 10111110 10001 1001011 0 11001 100011110 111100 101111

Color Harmonies of #9E30BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E30BE

Black with #9E30BE

Text Example


Text Example

White with #9E30BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,48,190); }

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

background-color css

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

 a { background-color: rgb(158,48,190); }

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

border-color css

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

 span { border-color: rgb(158,48,190); }

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