Html Css Color HEX #873EDC Blue Violet

📋 copy color: '#873EDC'

red 135 ◦ green 62 ◦ blue 220

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

Shades of Blue Violet #873EDC

Tints of Blue Violet #873EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.87%

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 32.37%
G = 14.87%
B = 52.76%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#873EDC (or 0x873EDC) is known color: Blue Violet. HEX triplet: 87, 3E and DC. RGB value is (135,62,220). Sum of RGB (Red+Green+Blue) = 135+62+220=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #873EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873EDC is #78C123. Grayscale: #656565. Windows color (decimal): -7913764 or 14433927. OLE color: 14433927.

HSL color Cylindrical-coordinate representation of color #873EDC: hue angle of 267.72º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #873EDC is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 62 220 -
CMYK 0.39 0.72 0 0.14
HSL 267.72º 0.69% 0.55% -
HSV(B) 267.72º 0.72% 0.86% -
XYZ 24.63 13.76 69.07 -
YUV 101.84 194.68 151.65 -
System Red Green Blue C M Y K H S L
Decimal 135 62 220 0.39 0.72 0 0.14 267.72 0.69 0.55
Hex 87 3E DC 27 48 0 E 10C 45 37
Octal 207 76 334 47 110 0 16 414 105 67
Binary 10000111 111110 11011100 100111 1001000 0 1110 100001100 1000101 110111

Color Harmonies of #873EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873EDC

Black with #873EDC

Text Example


Text Example

White with #873EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,62,220); }

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

background-color css

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

 a { background-color: rgb(135,62,220); }

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

border-color css

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

 span { border-color: rgb(135,62,220); }

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