Html Css Color HEX #873EF5 Blue Violet

📋 copy color: '#873EF5'

red 135 ◦ green 62 ◦ blue 245

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

Shades of Blue Violet #873EF5

Tints of Blue Violet #873EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 55.43%

R = 30.54%
G = 14.03%
B = 55.43%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#873EF5 (or 0x873EF5) is known color: Blue Violet. HEX triplet: 87, 3E and F5. RGB value is (135,62,245). Sum of RGB (Red+Green+Blue) = 135+62+245=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 245 (96.09% from 255 or 55.43% from 442); Max value from RGB is 245 - color contains mainly: blue. Hex color #873EF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873EF5 is #78C10A. Grayscale: #686868. Windows color (decimal): -7913739 or 16072327. OLE color: 16072327.

HSL color Cylindrical-coordinate representation of color #873EF5: hue angle of 263.93º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #873EF5 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 135 62 245 -
CMYK 0.45 0.75 0 0.04
HSL 263.93º 0.9% 0.6% -
HSV(B) 263.93º 0.75% 0.96% -
XYZ 28.2 15.19 87.83 -
YUV 104.69 207.18 149.62 -
System Red Green Blue C M Y K H S L
Decimal 135 62 245 0.45 0.75 0 0.04 263.93 0.9 0.6
Hex 87 3E F5 2D 4B 0 4 108 5A 3C
Octal 207 76 365 55 113 0 4 410 132 74
Binary 10000111 111110 11110101 101101 1001011 0 100 100001000 1011010 111100

Color Harmonies of #873EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873EF5

Black with #873EF5

Text Example


Text Example

White with #873EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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