Html Css Color HEX #8724BD Dark Orchid

📋 copy color: '#8724BD'

red 135 ◦ green 36 ◦ blue 189

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

Shades of Dark Orchid #8724BD

Tints of Dark Orchid #8724BD

RGB

 RED value IS 135 (53.13% from 255) = 37.5%

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

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

R = 37.5%
G = 10%
B = 52.5%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8724BD (or 0x8724BD) is known color: Dark Orchid. HEX triplet: 87, 24 and BD. RGB value is (135,36,189). Sum of RGB (Red+Green+Blue) = 135+36+189=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #8724BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8724BD is #78DB42. Grayscale: #525252. Windows color (decimal): -7920451 or 12395655. OLE color: 12395655.

HSL color Cylindrical-coordinate representation of color #8724BD: hue angle of 278.82º 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 #8724BD is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 36 189 -
CMYK 0.29 0.81 0 0.26
HSL 278.82º 0.68% 0.44% -
HSV(B) 278.82º 0.81% 0.74% -
XYZ 19.81 10.09 49.05 -
YUV 83.04 187.8 165.06 -
System Red Green Blue C M Y K H S L
Decimal 135 36 189 0.29 0.81 0 0.26 278.82 0.68 0.44
Hex 87 24 BD 1D 51 0 1A 117 44 2C
Octal 207 44 275 35 121 0 32 427 104 54
Binary 10000111 100100 10111101 11101 1010001 0 11010 100010111 1000100 101100

Color Harmonies of #8724BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8724BD

Black with #8724BD

Text Example


Text Example

White with #8724BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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