Html Css Color HEX #8529BA Dark Orchid

📋 copy color: '#8529BA'

red 133 ◦ green 41 ◦ blue 186

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

Shades of Dark Orchid #8529BA

Tints of Dark Orchid #8529BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.39%

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

R = 36.94%
G = 11.39%
B = 51.67%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8529BA (or 0x8529BA) is known color: Dark Orchid. HEX triplet: 85, 29 and BA. RGB value is (133,41,186). Sum of RGB (Red+Green+Blue) = 133+41+186=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #8529BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8529BA is #7AD645. Grayscale: #545454. Windows color (decimal): -8050246 or 12200325. OLE color: 12200325.

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

Color convert

RGB 133 41 186 -
CMYK 0.28 0.78 0 0.27
HSL 278.07º 0.64% 0.45% -
HSV(B) 278.07º 0.78% 0.73% -
XYZ 19.33 10.12 47.39 -
YUV 85.04 184.98 162.21 -
System Red Green Blue C M Y K H S L
Decimal 133 41 186 0.28 0.78 0 0.27 278.07 0.64 0.45
Hex 85 29 BA 1C 4E 0 1B 116 40 2D
Octal 205 51 272 34 116 0 33 426 100 55
Binary 10000101 101001 10111010 11100 1001110 0 11011 100010110 1000000 101101

Color Harmonies of #8529BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8529BA

Black with #8529BA

Text Example


Text Example

White with #8529BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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