Html Css Color HEX #9F2EBA Dark Orchid

📋 copy color: '#9F2EBA'

red 159 ◦ green 46 ◦ blue 186

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

Shades of Dark Orchid #9F2EBA

Tints of Dark Orchid #9F2EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.76%

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

R = 40.66%
G = 11.76%
B = 47.57%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F2EBA (or 0x9F2EBA) is known color: Dark Orchid. HEX triplet: 9F, 2E and BA. RGB value is (159,46,186). Sum of RGB (Red+Green+Blue) = 159+46+186=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 46 (18.36% from 255 or 11.76% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F2EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2EBA is #60D145. Grayscale: #5F5F5F. Windows color (decimal): -6345030 or 12201631. OLE color: 12201631.

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

Color convert

RGB 159 46 186 -
CMYK 0.15 0.75 0 0.27
HSL 288.43º 0.6% 0.45% -
HSV(B) 288.43º 0.75% 0.73% -
XYZ 24.14 12.87 47.67 -
YUV 95.75 178.94 173.12 -
System Red Green Blue C M Y K H S L
Decimal 159 46 186 0.15 0.75 0 0.27 288.43 0.6 0.45
Hex 9F 2E BA F 4B 0 1B 120 3C 2D
Octal 237 56 272 17 113 0 33 440 74 55
Binary 10011111 101110 10111010 1111 1001011 0 11011 100100000 111100 101101

Color Harmonies of #9F2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2EBA

Black with #9F2EBA

Text Example


Text Example

White with #9F2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,46,186); }

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

background-color css

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

 a { background-color: rgb(159,46,186); }

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

border-color css

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

 span { border-color: rgb(159,46,186); }

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