Html Css Color HEX #873BC8 Dark Orchid

📋 copy color: '#873BC8'

red 135 ◦ green 59 ◦ blue 200

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

Shades of Dark Orchid #873BC8

Tints of Dark Orchid #873BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 50.76%

R = 34.26%
G = 14.97%
B = 50.76%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#873BC8 (or 0x873BC8) is known color: Dark Orchid. HEX triplet: 87, 3B and C8. RGB value is (135,59,200). Sum of RGB (Red+Green+Blue) = 135+59+200=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #873BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873BC8 is #78C437. Grayscale: #616161. Windows color (decimal): -7914552 or 13122439. OLE color: 13122439.

HSL color Cylindrical-coordinate representation of color #873BC8: hue angle of 272.34º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #873BC8 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 135 59 200 -
CMYK 0.32 0.70 0 0.22
HSL 272.34º 0.56% 0.51% -
HSV(B) 272.34º 0.71% 0.78% -
XYZ 21.98 12.45 55.89 -
YUV 97.8 185.68 154.54 -
System Red Green Blue C M Y K H S L
Decimal 135 59 200 0.32 0.70 0 0.22 272.34 0.56 0.51
Hex 87 3B C8 20 46 0 16 110 38 33
Octal 207 73 310 40 106 0 26 420 70 63
Binary 10000111 111011 11001000 100000 1000110 0 10110 100010000 111000 110011

Color Harmonies of #873BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873BC8

Black with #873BC8

Text Example


Text Example

White with #873BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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