Html Css Color HEX #9F3EBC Dark Orchid

📋 copy color: '#9F3EBC'

red 159 ◦ green 62 ◦ blue 188

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

Shades of Dark Orchid #9F3EBC

Tints of Dark Orchid #9F3EBC

RGB

 RED value IS 159 (62.5% from 255) = 38.88%

 GREEN value IS 62 (24.61% from 255) = 15.16%

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

R = 38.88%
G = 15.16%
B = 45.97%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F3EBC (or 0x9F3EBC) is known color: Dark Orchid. HEX triplet: 9F, 3E and BC. RGB value is (159,62,188). Sum of RGB (Red+Green+Blue) = 159+62+188=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 62 (24.61% from 255 or 15.16% 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 #9F3EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3EBC is #60C143. Grayscale: #686868. Windows color (decimal): -6340932 or 12336799. OLE color: 12336799.

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

Color convert

RGB 159 62 188 -
CMYK 0.15 0.67 0 0.26
HSL 286.19º 0.5% 0.49% -
HSV(B) 286.19º 0.67% 0.74% -
XYZ 25.1 14.45 49.04 -
YUV 105.37 174.64 166.25 -
System Red Green Blue C M Y K H S L
Decimal 159 62 188 0.15 0.67 0 0.26 286.19 0.5 0.49
Hex 9F 3E BC F 43 0 1A 11E 32 31
Octal 237 76 274 17 103 0 32 436 62 61
Binary 10011111 111110 10111100 1111 1000011 0 11010 100011110 110010 110001

Color Harmonies of #9F3EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3EBC

Black with #9F3EBC

Text Example


Text Example

White with #9F3EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,62,188); }

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

background-color css

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

 a { background-color: rgb(159,62,188); }

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

border-color css

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

 span { border-color: rgb(159,62,188); }

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