Html Css Color HEX #873DC9 Dark Orchid

📋 copy color: '#873DC9'

red 135 ◦ green 61 ◦ blue 201

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

Shades of Dark Orchid #873DC9

Tints of Dark Orchid #873DC9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.37%

 BLUE value IS 201 (78.91% from 255) = 50.63%

R = 34.01%
G = 15.37%
B = 50.63%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#873DC9 (or 0x873DC9) is known color: Dark Orchid. HEX triplet: 87, 3D and C9. RGB value is (135,61,201). Sum of RGB (Red+Green+Blue) = 135+61+201=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #873DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873DC9 is #78C236. Grayscale: #626262. Windows color (decimal): -7914039 or 13188487. OLE color: 13188487.

HSL color Cylindrical-coordinate representation of color #873DC9: hue angle of 271.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #873DC9 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 61 201 -
CMYK 0.33 0.70 0 0.21
HSL 271.71º 0.56% 0.51% -
HSV(B) 271.71º 0.7% 0.79% -
XYZ 22.2 12.71 56.54 -
YUV 99.09 185.52 153.62 -
System Red Green Blue C M Y K H S L
Decimal 135 61 201 0.33 0.70 0 0.21 271.71 0.56 0.51
Hex 87 3D C9 21 46 0 15 110 38 33
Octal 207 75 311 41 106 0 25 420 70 63
Binary 10000111 111101 11001001 100001 1000110 0 10101 100010000 111000 110011

Color Harmonies of #873DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873DC9

Black with #873DC9

Text Example


Text Example

White with #873DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,61,201); }

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

background-color css

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

 a { background-color: rgb(135,61,201); }

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

border-color css

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

 span { border-color: rgb(135,61,201); }

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