Html Css Color HEX #8721BA Dark Orchid

📋 copy color: '#8721BA'

red 135 ◦ green 33 ◦ blue 186

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

Shades of Dark Orchid #8721BA

Tints of Dark Orchid #8721BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.32%

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

R = 38.14%
G = 9.32%
B = 52.54%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8721BA (or 0x8721BA) is known color: Dark Orchid. HEX triplet: 87, 21 and BA. RGB value is (135,33,186). Sum of RGB (Red+Green+Blue) = 135+33+186=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #8721BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8721BA is #78DE45. Grayscale: #505050. Windows color (decimal): -7921222 or 12198279. OLE color: 12198279.

HSL color Cylindrical-coordinate representation of color #8721BA: hue angle of 280º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8721BA is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 33 186 -
CMYK 0.27 0.82 0 0.27
HSL 280º 0.7% 0.43% -
HSV(B) 280º 0.82% 0.73% -
XYZ 19.4 9.78 47.32 -
YUV 80.94 187.29 166.56 -
System Red Green Blue C M Y K H S L
Decimal 135 33 186 0.27 0.82 0 0.27 280 0.7 0.43
Hex 87 21 BA 1B 52 0 1B 118 46 2B
Octal 207 41 272 33 122 0 33 430 106 53
Binary 10000111 100001 10111010 11011 1010010 0 11011 100011000 1000110 101011

Color Harmonies of #8721BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8721BA

Black with #8721BA

Text Example


Text Example

White with #8721BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,33,186); }

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

background-color css

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

 a { background-color: rgb(135,33,186); }

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

border-color css

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

 span { border-color: rgb(135,33,186); }

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