Html Css Color HEX #9E30BD Dark Orchid

📋 copy color: '#9E30BD'

red 158 ◦ green 48 ◦ blue 189

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

Shades of Dark Orchid #9E30BD

Tints of Dark Orchid #9E30BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 40%
G = 12.15%
B = 47.85%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E30BD (or 0x9E30BD) is known color: Dark Orchid. HEX triplet: 9E, 30 and BD. RGB value is (158,48,189). Sum of RGB (Red+Green+Blue) = 158+48+189=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E30BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E30BD is #61CF42. Grayscale: #606060. Windows color (decimal): -6410051 or 12398750. OLE color: 12398750.

HSL color Cylindrical-coordinate representation of color #9E30BD: hue angle of 286.81º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E30BD is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 48 189 -
CMYK 0.16 0.75 0 0.26
HSL 286.81º 0.59% 0.46% -
HSV(B) 286.81º 0.75% 0.74% -
XYZ 24.34 13.06 49.38 -
YUV 96.96 179.94 171.54 -
System Red Green Blue C M Y K H S L
Decimal 158 48 189 0.16 0.75 0 0.26 286.81 0.59 0.46
Hex 9E 30 BD 10 4B 0 1A 11F 3B 2E
Octal 236 60 275 20 113 0 32 437 73 56
Binary 10011110 110000 10111101 10000 1001011 0 11010 100011111 111011 101110

Color Harmonies of #9E30BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E30BD

Black with #9E30BD

Text Example


Text Example

White with #9E30BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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