Html Css Color HEX #8529BC Dark Orchid

📋 copy color: '#8529BC'

red 133 ◦ green 41 ◦ blue 188

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

Shades of Dark Orchid #8529BC

Tints of Dark Orchid #8529BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 36.74%
G = 11.33%
B = 51.93%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8529BC (or 0x8529BC) is known color: Dark Orchid. HEX triplet: 85, 29 and BC. RGB value is (133,41,188). Sum of RGB (Red+Green+Blue) = 133+41+188=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #8529BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8529BC is #7AD643. Grayscale: #545454. Windows color (decimal): -8050244 or 12331397. OLE color: 12331397.

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

Color convert

RGB 133 41 188 -
CMYK 0.29 0.78 0 0.26
HSL 277.55º 0.64% 0.45% -
HSV(B) 277.55º 0.78% 0.74% -
XYZ 19.54 10.2 48.52 -
YUV 85.27 185.98 162.05 -
System Red Green Blue C M Y K H S L
Decimal 133 41 188 0.29 0.78 0 0.26 277.55 0.64 0.45
Hex 85 29 BC 1D 4E 0 1A 116 40 2D
Octal 205 51 274 35 116 0 32 426 100 55
Binary 10000101 101001 10111100 11101 1001110 0 11010 100010110 1000000 101101

Color Harmonies of #8529BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8529BC

Black with #8529BC

Text Example


Text Example

White with #8529BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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