Html Css Color HEX #9F2FBA Dark Orchid

📋 copy color: '#9F2FBA'

red 159 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #9F2FBA

Tints of Dark Orchid #9F2FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.99%

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

R = 40.56%
G = 11.99%
B = 47.45%

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

#9F2FBA (or 0x9F2FBA) is known color: Dark Orchid. HEX triplet: 9F, 2F and BA. RGB value is (159,47,186). Sum of RGB (Red+Green+Blue) = 159+47+186=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2FBA is #60D045. Grayscale: #5F5F5F. Windows color (decimal): -6344774 or 12201887. OLE color: 12201887.

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

Color convert

RGB 159 47 186 -
CMYK 0.15 0.75 0 0.27
HSL 288.35º 0.6% 0.46% -
HSV(B) 288.35º 0.75% 0.73% -
XYZ 24.18 12.95 47.68 -
YUV 96.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 159 47 186 0.15 0.75 0 0.27 288.35 0.6 0.46
Hex 9F 2F BA F 4B 0 1B 120 3C 2E
Octal 237 57 272 17 113 0 33 440 74 56
Binary 10011111 101111 10111010 1111 1001011 0 11011 100100000 111100 101110

Color Harmonies of #9F2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2FBA

Black with #9F2FBA

Text Example


Text Example

White with #9F2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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