Html Css Color HEX #8721B7 Dark Orchid

📋 copy color: '#8721B7'

red 135 ◦ green 33 ◦ blue 183

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

Shades of Dark Orchid #8721B7

Tints of Dark Orchid #8721B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 52.14%

R = 38.46%
G = 9.4%
B = 52.14%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8721B7 (or 0x8721B7) is known color: Dark Orchid. HEX triplet: 87, 21 and B7. RGB value is (135,33,183). Sum of RGB (Red+Green+Blue) = 135+33+183=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 183 (71.88% from 255 or 52.14% from 351); Max value from RGB is 183 - color contains mainly: blue. Hex color #8721B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8721B7 is #78DE48. Grayscale: #505050. Windows color (decimal): -7921225 or 12001671. OLE color: 12001671.

HSL color Cylindrical-coordinate representation of color #8721B7: hue angle of 280.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8721B7 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 135 33 183 -
CMYK 0.26 0.82 0 0.28
HSL 280.8º 0.69% 0.42% -
HSV(B) 280.8º 0.82% 0.72% -
XYZ 19.08 9.66 45.66 -
YUV 80.6 185.79 166.8 -
System Red Green Blue C M Y K H S L
Decimal 135 33 183 0.26 0.82 0 0.28 280.8 0.69 0.42
Hex 87 21 B7 1A 52 0 1C 119 45 2A
Octal 207 41 267 32 122 0 34 431 105 52
Binary 10000111 100001 10110111 11010 1010010 0 11100 100011001 1000101 101010

Color Harmonies of #8721B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8721B7

Black with #8721B7

Text Example


Text Example

White with #8721B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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