Html Css Color HEX #9E3FBC Dark Orchid

📋 copy color: '#9E3FBC'

red 158 ◦ green 63 ◦ blue 188

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

Shades of Dark Orchid #9E3FBC

Tints of Dark Orchid #9E3FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.4%

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 38.63%
G = 15.4%
B = 45.97%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E3FBC (or 0x9E3FBC) is known color: Dark Orchid. HEX triplet: 9E, 3F and BC. RGB value is (158,63,188). Sum of RGB (Red+Green+Blue) = 158+63+188=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E3FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3FBC is #61C043. Grayscale: #696969. Windows color (decimal): -6406212 or 12337054. OLE color: 12337054.

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

Color convert

RGB 158 63 188 -
CMYK 0.16 0.66 0 0.26
HSL 285.6º 0.5% 0.49% -
HSV(B) 285.6º 0.66% 0.74% -
XYZ 24.96 14.45 49.05 -
YUV 105.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 158 63 188 0.16 0.66 0 0.26 285.6 0.5 0.49
Hex 9E 3F BC 10 42 0 1A 11E 32 31
Octal 236 77 274 20 102 0 32 436 62 61
Binary 10011110 111111 10111100 10000 1000010 0 11010 100011110 110010 110001

Color Harmonies of #9E3FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3FBC

Black with #9E3FBC

Text Example


Text Example

White with #9E3FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,63,188); }

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

background-color css

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

 a { background-color: rgb(158,63,188); }

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

border-color css

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

 span { border-color: rgb(158,63,188); }

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