Html Css Color HEX #8721B3 Dark Orchid

📋 copy color: '#8721B3'

red 135 ◦ green 33 ◦ blue 179

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

Shades of Dark Orchid #8721B3

Tints of Dark Orchid #8721B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 51.59%

R = 38.9%
G = 9.51%
B = 51.59%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8721B3 (or 0x8721B3) is known color: Dark Orchid. HEX triplet: 87, 21 and B3. RGB value is (135,33,179). Sum of RGB (Red+Green+Blue) = 135+33+179=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 179 (70.31% from 255 or 51.59% from 347); Max value from RGB is 179 - color contains mainly: blue. Hex color #8721B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8721B3 is #78DE4C. Grayscale: #4F4F4F. Windows color (decimal): -7921229 or 11739527. OLE color: 11739527.

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

Color convert

RGB 135 33 179 -
CMYK 0.25 0.82 0 0.30
HSL 281.92º 0.69% 0.42% -
HSV(B) 281.92º 0.82% 0.7% -
XYZ 18.67 9.49 43.5 -
YUV 80.14 183.79 167.13 -
System Red Green Blue C M Y K H S L
Decimal 135 33 179 0.25 0.82 0 0.30 281.92 0.69 0.42
Hex 87 21 B3 19 52 0 1E 11A 45 2A
Octal 207 41 263 31 122 0 36 432 105 52
Binary 10000111 100001 10110011 11001 1010010 0 11110 100011010 1000101 101010

Color Harmonies of #8721B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8721B3

Black with #8721B3

Text Example


Text Example

White with #8721B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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