Html Css Color HEX #8539B8 Dark Orchid

📋 copy color: '#8539B8'

red 133 ◦ green 57 ◦ blue 184

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

Shades of Dark Orchid #8539B8

Tints of Dark Orchid #8539B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.2%

R = 35.56%
G = 15.24%
B = 49.2%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8539B8 (or 0x8539B8) is known color: Dark Orchid. HEX triplet: 85, 39 and B8. RGB value is (133,57,184). Sum of RGB (Red+Green+Blue) = 133+57+184=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #8539B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8539B8 is #7AC647. Grayscale: #5D5D5D. Windows color (decimal): -8046152 or 12073349. OLE color: 12073349.

HSL color Cylindrical-coordinate representation of color #8539B8: hue angle of 275.91º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8539B8 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 57 184 -
CMYK 0.28 0.69 0 0.28
HSL 275.91º 0.53% 0.47% -
HSV(B) 275.91º 0.69% 0.72% -
XYZ 19.79 11.37 46.5 -
YUV 94.2 178.68 155.67 -
System Red Green Blue C M Y K H S L
Decimal 133 57 184 0.28 0.69 0 0.28 275.91 0.53 0.47
Hex 85 39 B8 1C 45 0 1C 114 35 2F
Octal 205 71 270 34 105 0 34 424 65 57
Binary 10000101 111001 10111000 11100 1000101 0 11100 100010100 110101 101111

Color Harmonies of #8539B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8539B8

Black with #8539B8

Text Example


Text Example

White with #8539B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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