Html Css Color HEX #873FEC Blue Violet

📋 copy color: '#873FEC'

red 135 ◦ green 63 ◦ blue 236

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

Shades of Blue Violet #873FEC

Tints of Blue Violet #873FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.38%

R = 31.11%
G = 14.52%
B = 54.38%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#873FEC (or 0x873FEC) is known color: Blue Violet. HEX triplet: 87, 3F and EC. RGB value is (135,63,236). Sum of RGB (Red+Green+Blue) = 135+63+236=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #873FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873FEC is #78C013. Grayscale: #676767. Windows color (decimal): -7913492 or 15482759. OLE color: 15482759.

HSL color Cylindrical-coordinate representation of color #873FEC: hue angle of 264.97º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #873FEC is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 63 236 -
CMYK 0.43 0.73 0 0.07
HSL 264.97º 0.82% 0.59% -
HSV(B) 264.97º 0.73% 0.93% -
XYZ 26.91 14.76 80.79 -
YUV 104.25 202.35 149.93 -
System Red Green Blue C M Y K H S L
Decimal 135 63 236 0.43 0.73 0 0.07 264.97 0.82 0.59
Hex 87 3F EC 2B 49 0 7 109 52 3B
Octal 207 77 354 53 111 0 7 411 122 73
Binary 10000111 111111 11101100 101011 1001001 0 111 100001001 1010010 111011

Color Harmonies of #873FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873FEC

Black with #873FEC

Text Example


Text Example

White with #873FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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