Html Css Color HEX #873ACE Dark Orchid

📋 copy color: '#873ACE'

red 135 ◦ green 58 ◦ blue 206

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

Shades of Dark Orchid #873ACE

Tints of Dark Orchid #873ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.54%

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 33.83%
G = 14.54%
B = 51.63%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#873ACE (or 0x873ACE) is known color: Dark Orchid. HEX triplet: 87, 3A and CE. RGB value is (135,58,206). Sum of RGB (Red+Green+Blue) = 135+58+206=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #873ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873ACE is #78C531. Grayscale: #616161. Windows color (decimal): -7914802 or 13515399. OLE color: 13515399.

HSL color Cylindrical-coordinate representation of color #873ACE: hue angle of 271.22º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #873ACE is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 58 206 -
CMYK 0.34 0.72 0 0.19
HSL 271.22º 0.6% 0.52% -
HSV(B) 271.22º 0.72% 0.81% -
XYZ 22.65 12.63 59.64 -
YUV 97.9 189.01 154.47 -
System Red Green Blue C M Y K H S L
Decimal 135 58 206 0.34 0.72 0 0.19 271.22 0.6 0.52
Hex 87 3A CE 22 48 0 13 10F 3C 34
Octal 207 72 316 42 110 0 23 417 74 64
Binary 10000111 111010 11001110 100010 1001000 0 10011 100001111 111100 110100

Color Harmonies of #873ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873ACE

Black with #873ACE

Text Example


Text Example

White with #873ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873ACE; }

 p { color: rgb(135,58,206); }

 H1.HeaderClassName
 {
   color: #873ACE;
 }
 .AnyTagClassName
 {
   color: #873ACE;
 }
</style>

background-color css

<style>
 a { background-color: #873ACE; }

 a { background-color: rgb(135,58,206); }

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

border-color css

<style>
 span { border-color: #873ACE; }

 span { border-color: rgb(135,58,206); }

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