Html Css Color HEX #873ABD Dark Orchid

📋 copy color: '#873ABD'

red 135 ◦ green 58 ◦ blue 189

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

Shades of Dark Orchid #873ABD

Tints of Dark Orchid #873ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.48%

R = 35.34%
G = 15.18%
B = 49.48%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#873ABD (or 0x873ABD) is known color: Dark Orchid. HEX triplet: 87, 3A and BD. RGB value is (135,58,189). Sum of RGB (Red+Green+Blue) = 135+58+189=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #873ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873ABD is #78C542. Grayscale: #5F5F5F. Windows color (decimal): -7914819 or 12401287. OLE color: 12401287.

HSL color Cylindrical-coordinate representation of color #873ABD: hue angle of 275.27º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #873ABD is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 58 189 -
CMYK 0.29 0.69 0 0.26
HSL 275.27º 0.53% 0.48% -
HSV(B) 275.27º 0.69% 0.74% -
XYZ 20.69 11.85 49.34 -
YUV 95.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 135 58 189 0.29 0.69 0 0.26 275.27 0.53 0.48
Hex 87 3A BD 1D 45 0 1A 113 35 30
Octal 207 72 275 35 105 0 32 423 65 60
Binary 10000111 111010 10111101 11101 1000101 0 11010 100010011 110101 110000

Color Harmonies of #873ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873ABD

Black with #873ABD

Text Example


Text Example

White with #873ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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