Html Css Color HEX #873BCD Dark Orchid

📋 copy color: '#873BCD'

red 135 ◦ green 59 ◦ blue 205

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

Shades of Dark Orchid #873BCD

Tints of Dark Orchid #873BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.79%

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 33.83%
G = 14.79%
B = 51.38%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#873BCD (or 0x873BCD) is known color: Dark Orchid. HEX triplet: 87, 3B and CD. RGB value is (135,59,205). Sum of RGB (Red+Green+Blue) = 135+59+205=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #873BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873BCD is #78C432. Grayscale: #616161. Windows color (decimal): -7914547 or 13450119. OLE color: 13450119.

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

Color convert

RGB 135 59 205 -
CMYK 0.34 0.71 0 0.20
HSL 271.23º 0.59% 0.52% -
HSV(B) 271.23º 0.71% 0.8% -
XYZ 22.58 12.69 59.02 -
YUV 98.37 188.18 154.13 -
System Red Green Blue C M Y K H S L
Decimal 135 59 205 0.34 0.71 0 0.20 271.23 0.59 0.52
Hex 87 3B CD 22 47 0 14 10F 3B 34
Octal 207 73 315 42 107 0 24 417 73 64
Binary 10000111 111011 11001101 100010 1000111 0 10100 100001111 111011 110100

Color Harmonies of #873BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873BCD

Black with #873BCD

Text Example


Text Example

White with #873BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,59,205); }

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

background-color css

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

 a { background-color: rgb(135,59,205); }

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

border-color css

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

 span { border-color: rgb(135,59,205); }

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