Html Css Color HEX #8524BD Dark Orchid

📋 copy color: '#8524BD'

red 133 ◦ green 36 ◦ blue 189

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

Shades of Dark Orchid #8524BD

Tints of Dark Orchid #8524BD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.06%

 BLUE value IS 189 (74.22% from 255) = 52.79%

R = 37.15%
G = 10.06%
B = 52.79%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8524BD (or 0x8524BD) is known color: Dark Orchid. HEX triplet: 85, 24 and BD. RGB value is (133,36,189). Sum of RGB (Red+Green+Blue) = 133+36+189=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #8524BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8524BD is #7ADB42. Grayscale: #515151. Windows color (decimal): -8051523 or 12395653. OLE color: 12395653.

HSL color Cylindrical-coordinate representation of color #8524BD: hue angle of 278.04º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8524BD is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 36 189 -
CMYK 0.30 0.81 0 0.26
HSL 278.04º 0.68% 0.44% -
HSV(B) 278.04º 0.81% 0.74% -
XYZ 19.49 9.92 49.03 -
YUV 82.45 188.14 164.06 -
System Red Green Blue C M Y K H S L
Decimal 133 36 189 0.30 0.81 0 0.26 278.04 0.68 0.44
Hex 85 24 BD 1E 51 0 1A 116 44 2C
Octal 205 44 275 36 121 0 32 426 104 54
Binary 10000101 100100 10111101 11110 1010001 0 11010 100010110 1000100 101100

Color Harmonies of #8524BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8524BD

Black with #8524BD

Text Example


Text Example

White with #8524BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8524BD; }

 p { color: rgb(133,36,189); }

 H1.HeaderClassName
 {
   color: #8524BD;
 }
 .AnyTagClassName
 {
   color: #8524BD;
 }
</style>

background-color css

<style>
 a { background-color: #8524BD; }

 a { background-color: rgb(133,36,189); }

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

border-color css

<style>
 span { border-color: #8524BD; }

 span { border-color: rgb(133,36,189); }

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