Html Css Color HEX #9E35BA Dark Orchid

📋 copy color: '#9E35BA'

red 158 ◦ green 53 ◦ blue 186

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

Shades of Dark Orchid #9E35BA

Tints of Dark Orchid #9E35BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.35%

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 39.8%
G = 13.35%
B = 46.85%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E35BA (or 0x9E35BA) is known color: Dark Orchid. HEX triplet: 9E, 35 and BA. RGB value is (158,53,186). Sum of RGB (Red+Green+Blue) = 158+53+186=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E35BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E35BA is #61CA45. Grayscale: #636363. Windows color (decimal): -6408774 or 12203422. OLE color: 12203422.

HSL color Cylindrical-coordinate representation of color #9E35BA: hue angle of 287.37º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E35BA is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 53 186 -
CMYK 0.15 0.72 0 0.27
HSL 287.37º 0.56% 0.47% -
HSV(B) 287.37º 0.72% 0.73% -
XYZ 24.24 13.36 47.76 -
YUV 99.56 176.79 169.69 -
System Red Green Blue C M Y K H S L
Decimal 158 53 186 0.15 0.72 0 0.27 287.37 0.56 0.47
Hex 9E 35 BA F 48 0 1B 11F 38 2F
Octal 236 65 272 17 110 0 33 437 70 57
Binary 10011110 110101 10111010 1111 1001000 0 11011 100011111 111000 101111

Color Harmonies of #9E35BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E35BA

Black with #9E35BA

Text Example


Text Example

White with #9E35BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,53,186); }

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

background-color css

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

 a { background-color: rgb(158,53,186); }

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

border-color css

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

 span { border-color: rgb(158,53,186); }

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