Html Css Color HEX #8721BE Dark Orchid

📋 copy color: '#8721BE'

red 135 ◦ green 33 ◦ blue 190

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

Shades of Dark Orchid #8721BE

Tints of Dark Orchid #8721BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.07%

R = 37.71%
G = 9.22%
B = 53.07%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8721BE (or 0x8721BE) is known color: Dark Orchid. HEX triplet: 87, 21 and BE. RGB value is (135,33,190). Sum of RGB (Red+Green+Blue) = 135+33+190=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #8721BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8721BE is #78DE41. Grayscale: #505050. Windows color (decimal): -7921218 or 12460423. OLE color: 12460423.

HSL color Cylindrical-coordinate representation of color #8721BE: hue angle of 278.98º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8721BE is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 33 190 -
CMYK 0.29 0.83 0 0.25
HSL 278.98º 0.7% 0.44% -
HSV(B) 278.98º 0.83% 0.75% -
XYZ 19.83 9.96 49.59 -
YUV 81.4 189.29 166.23 -
System Red Green Blue C M Y K H S L
Decimal 135 33 190 0.29 0.83 0 0.25 278.98 0.7 0.44
Hex 87 21 BE 1D 53 0 19 117 46 2C
Octal 207 41 276 35 123 0 31 427 106 54
Binary 10000111 100001 10111110 11101 1010011 0 11001 100010111 1000110 101100

Color Harmonies of #8721BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8721BE

Black with #8721BE

Text Example


Text Example

White with #8721BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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