Html Css Color HEX #9539BF Dark Orchid

📋 copy color: '#9539BF'

red 149 ◦ green 57 ◦ blue 191

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

Shades of Dark Orchid #9539BF

Tints of Dark Orchid #9539BF

RGB

 RED value IS 149 (58.59% from 255) = 37.53%

 GREEN value IS 57 (22.66% from 255) = 14.36%

 BLUE value IS 191 (75% from 255) = 48.11%

R = 37.53%
G = 14.36%
B = 48.11%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9539BF (or 0x9539BF) is known color: Dark Orchid. HEX triplet: 95, 39 and BF. RGB value is (149,57,191). Sum of RGB (Red+Green+Blue) = 149+57+191=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #9539BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9539BF is #6AC640. Grayscale: #636363. Windows color (decimal): -6997569 or 12532117. OLE color: 12532117.

HSL color Cylindrical-coordinate representation of color #9539BF: hue angle of 281.19º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9539BF is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 57 191 -
CMYK 0.22 0.70 0 0.25
HSL 281.19º 0.54% 0.49% -
HSV(B) 281.19º 0.7% 0.75% -
XYZ 23.26 13.08 50.59 -
YUV 99.78 179.48 163.1 -
System Red Green Blue C M Y K H S L
Decimal 149 57 191 0.22 0.70 0 0.25 281.19 0.54 0.49
Hex 95 39 BF 16 46 0 19 119 36 31
Octal 225 71 277 26 106 0 31 431 66 61
Binary 10010101 111001 10111111 10110 1000110 0 11001 100011001 110110 110001

Color Harmonies of #9539BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9539BF

Black with #9539BF

Text Example


Text Example

White with #9539BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9539BF; }

 p { color: rgb(149,57,191); }

 H1.HeaderClassName
 {
   color: #9539BF;
 }
 .AnyTagClassName
 {
   color: #9539BF;
 }
</style>

background-color css

<style>
 a { background-color: #9539BF; }

 a { background-color: rgb(149,57,191); }

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

border-color css

<style>
 span { border-color: #9539BF; }

 span { border-color: rgb(149,57,191); }

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