Html Css Color HEX #873CB5 Dark Orchid

📋 copy color: '#873CB5'

red 135 ◦ green 60 ◦ blue 181

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

Shades of Dark Orchid #873CB5

Tints of Dark Orchid #873CB5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.96%

 BLUE value IS 181 (71.09% from 255) = 48.14%

R = 35.9%
G = 15.96%
B = 48.14%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#873CB5 (or 0x873CB5) is known color: Dark Orchid. HEX triplet: 87, 3C and B5. RGB value is (135,60,181). Sum of RGB (Red+Green+Blue) = 135+60+181=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 181 - color contains mainly: blue. Hex color #873CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873CB5 is #78C34A. Grayscale: #5F5F5F. Windows color (decimal): -7914315 or 11877511. OLE color: 11877511.

HSL color Cylindrical-coordinate representation of color #873CB5: hue angle of 277.19º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #873CB5 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 135 60 181 -
CMYK 0.25 0.67 0 0.29
HSL 277.19º 0.5% 0.47% -
HSV(B) 277.19º 0.67% 0.71% -
XYZ 19.95 11.72 44.93 -
YUV 96.22 175.85 155.66 -
System Red Green Blue C M Y K H S L
Decimal 135 60 181 0.25 0.67 0 0.29 277.19 0.5 0.47
Hex 87 3C B5 19 43 0 1D 115 32 2F
Octal 207 74 265 31 103 0 35 425 62 57
Binary 10000111 111100 10110101 11001 1000011 0 11101 100010101 110010 101111

Color Harmonies of #873CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873CB5

Black with #873CB5

Text Example


Text Example

White with #873CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,60,181); }

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

background-color css

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

 a { background-color: rgb(135,60,181); }

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

border-color css

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

 span { border-color: rgb(135,60,181); }

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