Html Css Color HEX #873ACB Dark Orchid

📋 copy color: '#873ACB'

red 135 ◦ green 58 ◦ blue 203

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

Shades of Dark Orchid #873ACB

Tints of Dark Orchid #873ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 34.09%
G = 14.65%
B = 51.26%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#873ACB (or 0x873ACB) is known color: Dark Orchid. HEX triplet: 87, 3A and CB. RGB value is (135,58,203). Sum of RGB (Red+Green+Blue) = 135+58+203=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #873ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873ACB is #78C534. Grayscale: #616161. Windows color (decimal): -7914805 or 13318791. OLE color: 13318791.

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

Color convert

RGB 135 58 203 -
CMYK 0.33 0.71 0 0.20
HSL 271.86º 0.58% 0.51% -
HSV(B) 271.86º 0.71% 0.8% -
XYZ 22.28 12.49 57.74 -
YUV 97.55 187.51 154.71 -
System Red Green Blue C M Y K H S L
Decimal 135 58 203 0.33 0.71 0 0.20 271.86 0.58 0.51
Hex 87 3A CB 21 47 0 14 110 3A 33
Octal 207 72 313 41 107 0 24 420 72 63
Binary 10000111 111010 11001011 100001 1000111 0 10100 100010000 111010 110011

Color Harmonies of #873ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873ACB

Black with #873ACB

Text Example


Text Example

White with #873ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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