Html Css Color HEX #8528BA Dark Orchid

📋 copy color: '#8528BA'

red 133 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #8528BA

Tints of Dark Orchid #8528BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.14%

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

R = 37.05%
G = 11.14%
B = 51.81%

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

#8528BA (or 0x8528BA) is known color: Dark Orchid. HEX triplet: 85, 28 and BA. RGB value is (133,40,186). Sum of RGB (Red+Green+Blue) = 133+40+186=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #8528BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8528BA is #7AD745. Grayscale: #535353. Windows color (decimal): -8050502 or 12200069. OLE color: 12200069.

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

Color convert

RGB 133 40 186 -
CMYK 0.28 0.78 0 0.27
HSL 278.22º 0.65% 0.44% -
HSV(B) 278.22º 0.78% 0.73% -
XYZ 19.29 10.05 47.38 -
YUV 84.45 185.31 162.63 -
System Red Green Blue C M Y K H S L
Decimal 133 40 186 0.28 0.78 0 0.27 278.22 0.65 0.44
Hex 85 28 BA 1C 4E 0 1B 116 41 2C
Octal 205 50 272 34 116 0 33 426 101 54
Binary 10000101 101000 10111010 11100 1001110 0 11011 100010110 1000001 101100

Color Harmonies of #8528BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8528BA

Black with #8528BA

Text Example


Text Example

White with #8528BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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