Html Css Color HEX #873CF4 Blue Violet

📋 copy color: '#873CF4'

red 135 ◦ green 60 ◦ blue 244

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

Shades of Blue Violet #873CF4

Tints of Blue Violet #873CF4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.67%

 BLUE value IS 244 (95.7% from 255) = 55.58%

R = 30.75%
G = 13.67%
B = 55.58%

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

#873CF4 (or 0x873CF4) is known color: Blue Violet. HEX triplet: 87, 3C and F4. RGB value is (135,60,244). Sum of RGB (Red+Green+Blue) = 135+60+244=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 244 (95.70% from 255 or 55.58% from 439); Max value from RGB is 244 - color contains mainly: blue. Hex color #873CF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873CF4 is #78C30B. Grayscale: #666666. Windows color (decimal): -7914252 or 16006279. OLE color: 16006279.

HSL color Cylindrical-coordinate representation of color #873CF4: hue angle of 264.46º degrees, saturation: 0.89, 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 #873CF4 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 135 60 244 -
CMYK 0.45 0.75 0 0.04
HSL 264.46º 0.89% 0.6% -
HSV(B) 264.46º 0.75% 0.96% -
XYZ 27.94 14.91 86.99 -
YUV 103.4 207.35 150.54 -
System Red Green Blue C M Y K H S L
Decimal 135 60 244 0.45 0.75 0 0.04 264.46 0.89 0.6
Hex 87 3C F4 2D 4B 0 4 108 59 3C
Octal 207 74 364 55 113 0 4 410 131 74
Binary 10000111 111100 11110100 101101 1001011 0 100 100001000 1011001 111100

Color Harmonies of #873CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873CF4

Black with #873CF4

Text Example


Text Example

White with #873CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,60,244); }

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

background-color css

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

 a { background-color: rgb(135,60,244); }

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

border-color css

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

 span { border-color: rgb(135,60,244); }

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