Html Css Color HEX #873AB7 Dark Orchid

📋 copy color: '#873AB7'

red 135 ◦ green 58 ◦ blue 183

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

Shades of Dark Orchid #873AB7

Tints of Dark Orchid #873AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.67%

R = 35.9%
G = 15.43%
B = 48.67%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#873AB7 (or 0x873AB7) is known color: Dark Orchid. HEX triplet: 87, 3A and B7. RGB value is (135,58,183). Sum of RGB (Red+Green+Blue) = 135+58+183=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 183 (71.88% from 255 or 48.67% from 376); Max value from RGB is 183 - color contains mainly: blue. Hex color #873AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873AB7 is #78C548. Grayscale: #5E5E5E. Windows color (decimal): -7914825 or 12008071. OLE color: 12008071.

HSL color Cylindrical-coordinate representation of color #873AB7: hue angle of 276.96º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #873AB7 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 135 58 183 -
CMYK 0.26 0.68 0 0.28
HSL 276.96º 0.52% 0.47% -
HSV(B) 276.96º 0.68% 0.72% -
XYZ 20.05 11.6 45.98 -
YUV 95.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 135 58 183 0.26 0.68 0 0.28 276.96 0.52 0.47
Hex 87 3A B7 1A 44 0 1C 115 34 2F
Octal 207 72 267 32 104 0 34 425 64 57
Binary 10000111 111010 10110111 11010 1000100 0 11100 100010101 110100 101111

Color Harmonies of #873AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873AB7

Black with #873AB7

Text Example


Text Example

White with #873AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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