Html Css Color HEX #9F3BBA Dark Orchid

📋 copy color: '#9F3BBA'

red 159 ◦ green 59 ◦ blue 186

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

Shades of Dark Orchid #9F3BBA

Tints of Dark Orchid #9F3BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.6%

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

R = 39.36%
G = 14.6%
B = 46.04%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F3BBA (or 0x9F3BBA) is known color: Dark Orchid. HEX triplet: 9F, 3B and BA. RGB value is (159,59,186). Sum of RGB (Red+Green+Blue) = 159+59+186=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F3BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3BBA is #60C445. Grayscale: #666666. Windows color (decimal): -6341702 or 12204959. OLE color: 12204959.

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

Color convert

RGB 159 59 186 -
CMYK 0.15 0.68 0 0.27
HSL 287.24º 0.52% 0.48% -
HSV(B) 287.24º 0.68% 0.73% -
XYZ 24.72 14.04 47.86 -
YUV 103.38 174.63 167.67 -
System Red Green Blue C M Y K H S L
Decimal 159 59 186 0.15 0.68 0 0.27 287.24 0.52 0.48
Hex 9F 3B BA F 44 0 1B 11F 34 30
Octal 237 73 272 17 104 0 33 437 64 60
Binary 10011111 111011 10111010 1111 1000100 0 11011 100011111 110100 110000

Color Harmonies of #9F3BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3BBA

Black with #9F3BBA

Text Example


Text Example

White with #9F3BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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