Html Css Color HEX #873CFE Blue Violet

📋 copy color: '#873CFE'

red 135 ◦ green 60 ◦ blue 254

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

Shades of Blue Violet #873CFE

Tints of Blue Violet #873CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 30.07%
G = 13.36%
B = 56.57%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#873CFE (or 0x873CFE) is known color: Blue Violet. HEX triplet: 87, 3C and FE. RGB value is (135,60,254). Sum of RGB (Red+Green+Blue) = 135+60+254=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #873CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873CFE is #78C301. Grayscale: #676767. Windows color (decimal): -7914242 or 16661639. OLE color: 16661639.

HSL color Cylindrical-coordinate representation of color #873CFE: hue angle of 263.2º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #873CFE is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 135 60 254 -
CMYK 0.47 0.76 0 0.00
HSL 263.2º 0.99% 0.62% -
HSV(B) 263.2º 0.76% 1% -
XYZ 29.5 15.54 95.21 -
YUV 104.54 212.35 149.73 -
System Red Green Blue C M Y K H S L
Decimal 135 60 254 0.47 0.76 0 0.00 263.2 0.99 0.62
Hex 87 3C FE 2F 4C 0 0 107 63 3E
Octal 207 74 376 57 114 0 0 407 143 76
Binary 10000111 111100 11111110 101111 1001100 0 0 100000111 1100011 111110

Color Harmonies of #873CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873CFE

Black with #873CFE

Text Example


Text Example

White with #873CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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