Html Css Color HEX #873CBA Dark Orchid

📋 copy color: '#873CBA'

red 135 ◦ green 60 ◦ blue 186

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

Shades of Dark Orchid #873CBA

Tints of Dark Orchid #873CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 35.43%
G = 15.75%
B = 48.82%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#873CBA (or 0x873CBA) is known color: Dark Orchid. HEX triplet: 87, 3C and BA. RGB value is (135,60,186). Sum of RGB (Red+Green+Blue) = 135+60+186=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #873CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873CBA is #78C345. Grayscale: #606060. Windows color (decimal): -7914310 or 12205191. OLE color: 12205191.

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

Color convert

RGB 135 60 186 -
CMYK 0.27 0.68 0 0.27
HSL 275.71º 0.51% 0.48% -
HSV(B) 275.71º 0.68% 0.73% -
XYZ 20.47 11.93 47.68 -
YUV 96.79 178.35 155.25 -
System Red Green Blue C M Y K H S L
Decimal 135 60 186 0.27 0.68 0 0.27 275.71 0.51 0.48
Hex 87 3C BA 1B 44 0 1B 114 33 30
Octal 207 74 272 33 104 0 33 424 63 60
Binary 10000111 111100 10111010 11011 1000100 0 11011 100010100 110011 110000

Color Harmonies of #873CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873CBA

Black with #873CBA

Text Example


Text Example

White with #873CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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