Html Css Color HEX #9F2ABE Dark Orchid

📋 copy color: '#9F2ABE'

red 159 ◦ green 42 ◦ blue 190

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

Shades of Dark Orchid #9F2ABE

Tints of Dark Orchid #9F2ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.74%

 BLUE value IS 190 (74.61% from 255) = 48.59%

R = 40.66%
G = 10.74%
B = 48.59%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F2ABE (or 0x9F2ABE) is known color: Dark Orchid. HEX triplet: 9F, 2A and BE. RGB value is (159,42,190). Sum of RGB (Red+Green+Blue) = 159+42+190=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F2ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2ABE is #60D541. Grayscale: #5D5D5D. Windows color (decimal): -6346050 or 12462751. OLE color: 12462751.

HSL color Cylindrical-coordinate representation of color #9F2ABE: hue angle of 287.43º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2ABE is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 42 190 -
CMYK 0.16 0.78 0 0.25
HSL 287.43º 0.64% 0.45% -
HSV(B) 287.43º 0.78% 0.75% -
XYZ 24.42 12.74 49.89 -
YUV 93.86 182.26 174.47 -
System Red Green Blue C M Y K H S L
Decimal 159 42 190 0.16 0.78 0 0.25 287.43 0.64 0.45
Hex 9F 2A BE 10 4E 0 19 11F 40 2D
Octal 237 52 276 20 116 0 31 437 100 55
Binary 10011111 101010 10111110 10000 1001110 0 11001 100011111 1000000 101101

Color Harmonies of #9F2ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2ABE

Black with #9F2ABE

Text Example


Text Example

White with #9F2ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,42,190); }

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

background-color css

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

 a { background-color: rgb(159,42,190); }

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

border-color css

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

 span { border-color: rgb(159,42,190); }

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