Html Css Color HEX #8531BA Dark Orchid

📋 copy color: '#8531BA'

red 133 ◦ green 49 ◦ blue 186

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

Shades of Dark Orchid #8531BA

Tints of Dark Orchid #8531BA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.32%

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

R = 36.14%
G = 13.32%
B = 50.54%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8531BA (or 0x8531BA) is known color: Dark Orchid. HEX triplet: 85, 31 and BA. RGB value is (133,49,186). Sum of RGB (Red+Green+Blue) = 133+49+186=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #8531BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8531BA is #7ACE45. Grayscale: #595959. Windows color (decimal): -8048198 or 12202373. OLE color: 12202373.

HSL color Cylindrical-coordinate representation of color #8531BA: hue angle of 276.79º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8531BA is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 49 186 -
CMYK 0.28 0.74 0 0.27
HSL 276.79º 0.58% 0.46% -
HSV(B) 276.79º 0.74% 0.73% -
XYZ 19.63 10.73 47.49 -
YUV 89.73 182.33 158.86 -
System Red Green Blue C M Y K H S L
Decimal 133 49 186 0.28 0.74 0 0.27 276.79 0.58 0.46
Hex 85 31 BA 1C 4A 0 1B 115 3A 2E
Octal 205 61 272 34 112 0 33 425 72 56
Binary 10000101 110001 10111010 11100 1001010 0 11011 100010101 111010 101110

Color Harmonies of #8531BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8531BA

Black with #8531BA

Text Example


Text Example

White with #8531BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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