Html Css Color HEX #873ACC Dark Orchid

📋 copy color: '#873ACC'

red 135 ◦ green 58 ◦ blue 204

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

Shades of Dark Orchid #873ACC

Tints of Dark Orchid #873ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 34.01%
G = 14.61%
B = 51.39%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#873ACC (or 0x873ACC) is known color: Dark Orchid. HEX triplet: 87, 3A and CC. RGB value is (135,58,204). Sum of RGB (Red+Green+Blue) = 135+58+204=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #873ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873ACC is #78C533. Grayscale: #616161. Windows color (decimal): -7914804 or 13384327. OLE color: 13384327.

HSL color Cylindrical-coordinate representation of color #873ACC: hue angle of 271.64º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #873ACC is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 58 204 -
CMYK 0.34 0.72 0 0.2
HSL 271.64º 0.59% 0.51% -
HSV(B) 271.64º 0.72% 0.8% -
XYZ 22.4 12.54 58.37 -
YUV 97.67 188.01 154.63 -
System Red Green Blue C M Y K H S L
Decimal 135 58 204 0.34 0.72 0 0.2 271.64 0.59 0.51
Hex 87 3A CC 22 48 0 14 110 3B 33
Octal 207 72 314 42 110 0 24 420 73 63
Binary 10000111 111010 11001100 100010 1001000 0 10100 100010000 111011 110011

Color Harmonies of #873ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873ACC

Black with #873ACC

Text Example


Text Example

White with #873ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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