Html Css Color HEX #8537BA Dark Orchid

📋 copy color: '#8537BA'

red 133 ◦ green 55 ◦ blue 186

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

Shades of Dark Orchid #8537BA

Tints of Dark Orchid #8537BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.71%

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

R = 35.56%
G = 14.71%
B = 49.73%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8537BA (or 0x8537BA) is known color: Dark Orchid. HEX triplet: 85, 37 and BA. RGB value is (133,55,186). Sum of RGB (Red+Green+Blue) = 133+55+186=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #8537BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8537BA is #7AC845. Grayscale: #5C5C5C. Windows color (decimal): -8046662 or 12203909. OLE color: 12203909.

HSL color Cylindrical-coordinate representation of color #8537BA: hue angle of 275.73º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8537BA is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 55 186 -
CMYK 0.28 0.70 0 0.27
HSL 275.73º 0.54% 0.47% -
HSV(B) 275.73º 0.7% 0.73% -
XYZ 19.9 11.26 47.58 -
YUV 93.26 180.34 156.35 -
System Red Green Blue C M Y K H S L
Decimal 133 55 186 0.28 0.70 0 0.27 275.73 0.54 0.47
Hex 85 37 BA 1C 46 0 1B 114 36 2F
Octal 205 67 272 34 106 0 33 424 66 57
Binary 10000101 110111 10111010 11100 1000110 0 11011 100010100 110110 101111

Color Harmonies of #8537BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8537BA

Black with #8537BA

Text Example


Text Example

White with #8537BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8537BA; }

 p { color: rgb(133,55,186); }

 H1.HeaderClassName
 {
   color: #8537BA;
 }
 .AnyTagClassName
 {
   color: #8537BA;
 }
</style>

background-color css

<style>
 a { background-color: #8537BA; }

 a { background-color: rgb(133,55,186); }

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

border-color css

<style>
 span { border-color: #8537BA; }

 span { border-color: rgb(133,55,186); }

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