Html Css Color HEX #873FF7 Blue Violet

📋 copy color: '#873FF7'

red 135 ◦ green 63 ◦ blue 247

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

Shades of Blue Violet #873FF7

Tints of Blue Violet #873FF7

RGB

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

 GREEN value IS 63 (25% from 255) = 14.16%

 BLUE value IS 247 (96.88% from 255) = 55.51%

R = 30.34%
G = 14.16%
B = 55.51%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#873FF7 (or 0x873FF7) is known color: Blue Violet. HEX triplet: 87, 3F and F7. RGB value is (135,63,247). Sum of RGB (Red+Green+Blue) = 135+63+247=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 247 (96.88% from 255 or 55.51% from 445); Max value from RGB is 247 - color contains mainly: blue. Hex color #873FF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873FF7 is #78C008. Grayscale: #686868. Windows color (decimal): -7913481 or 16203655. OLE color: 16203655.

HSL color Cylindrical-coordinate representation of color #873FF7: hue angle of 263.48º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #873FF7 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 135 63 247 -
CMYK 0.45 0.74 0 0.03
HSL 263.48º 0.92% 0.61% -
HSV(B) 263.48º 0.74% 0.97% -
XYZ 28.56 15.42 89.47 -
YUV 105.5 207.85 149.04 -
System Red Green Blue C M Y K H S L
Decimal 135 63 247 0.45 0.74 0 0.03 263.48 0.92 0.61
Hex 87 3F F7 2D 4A 0 3 107 5C 3D
Octal 207 77 367 55 112 0 3 407 134 75
Binary 10000111 111111 11110111 101101 1001010 0 11 100000111 1011100 111101

Color Harmonies of #873FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873FF7

Black with #873FF7

Text Example


Text Example

White with #873FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,63,247); }

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

background-color css

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

 a { background-color: rgb(135,63,247); }

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

border-color css

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

 span { border-color: rgb(135,63,247); }

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