Html Css Color HEX #8539BE Dark Orchid

📋 copy color: '#8539BE'

red 133 ◦ green 57 ◦ blue 190

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

Shades of Dark Orchid #8539BE

Tints of Dark Orchid #8539BE

RGB

 RED value IS 133 (52.34% from 255) = 35%

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

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

R = 35%
G = 15%
B = 50%

CMYK

 C value IS 0.3

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8539BE (or 0x8539BE) is known color: Dark Orchid. HEX triplet: 85, 39 and BE. RGB value is (133,57,190). Sum of RGB (Red+Green+Blue) = 133+57+190=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #8539BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8539BE is #7AC641. Grayscale: #5E5E5E. Windows color (decimal): -8046146 or 12466565. OLE color: 12466565.

HSL color Cylindrical-coordinate representation of color #8539BE: hue angle of 274.29º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8539BE is Cyan = 0.3, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 57 190 -
CMYK 0.3 0.7 0 0.25
HSL 274.29º 0.54% 0.48% -
HSV(B) 274.29º 0.7% 0.75% -
XYZ 20.43 11.63 49.88 -
YUV 94.89 181.68 155.19 -
System Red Green Blue C M Y K H S L
Decimal 133 57 190 0.3 0.7 0 0.25 274.29 0.54 0.48
Hex 85 39 BE 1E 46 0 19 112 36 30
Octal 205 71 276 36 106 0 31 422 66 60
Binary 10000101 111001 10111110 11110 1000110 0 11001 100010010 110110 110000

Color Harmonies of #8539BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8539BE

Black with #8539BE

Text Example


Text Example

White with #8539BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8539BE; }

 p { color: rgb(133,57,190); }

 H1.HeaderClassName
 {
   color: #8539BE;
 }
 .AnyTagClassName
 {
   color: #8539BE;
 }
</style>

background-color css

<style>
 a { background-color: #8539BE; }

 a { background-color: rgb(133,57,190); }

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

border-color css

<style>
 span { border-color: #8539BE; }

 span { border-color: rgb(133,57,190); }

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