Html Css Color HEX #873ABB Dark Orchid

📋 copy color: '#873ABB'

red 135 ◦ green 58 ◦ blue 187

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

Shades of Dark Orchid #873ABB

Tints of Dark Orchid #873ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 35.53%
G = 15.26%
B = 49.21%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#873ABB (or 0x873ABB) is known color: Dark Orchid. HEX triplet: 87, 3A and BB. RGB value is (135,58,187). Sum of RGB (Red+Green+Blue) = 135+58+187=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #873ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873ABB is #78C544. Grayscale: #5F5F5F. Windows color (decimal): -7914821 or 12270215. OLE color: 12270215.

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

Color convert

RGB 135 58 187 -
CMYK 0.28 0.69 0 0.27
HSL 275.81º 0.53% 0.48% -
HSV(B) 275.81º 0.69% 0.73% -
XYZ 20.47 11.76 48.21 -
YUV 95.73 179.51 156.01 -
System Red Green Blue C M Y K H S L
Decimal 135 58 187 0.28 0.69 0 0.27 275.81 0.53 0.48
Hex 87 3A BB 1C 45 0 1B 114 35 30
Octal 207 72 273 34 105 0 33 424 65 60
Binary 10000111 111010 10111011 11100 1000101 0 11011 100010100 110101 110000

Color Harmonies of #873ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873ABB

Black with #873ABB

Text Example


Text Example

White with #873ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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