Html Css Color HEX #873BFF Blue Violet

📋 copy color: '#873BFF'

red 135 ◦ green 59 ◦ blue 255

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

Shades of Blue Violet #873BFF

Tints of Blue Violet #873BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.14%

 BLUE value IS 255 (100% from 255) = 56.79%

R = 30.07%
G = 13.14%
B = 56.79%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#873BFF (or 0x873BFF) is known color: Blue Violet. HEX triplet: 87, 3B and FF. RGB value is (135,59,255). Sum of RGB (Red+Green+Blue) = 135+59+255=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #873BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873BFF is #78C400. Grayscale: #676767. Windows color (decimal): -7914497 or 16726919. OLE color: 16726919.

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

Color convert

RGB 135 59 255 -
CMYK 0.47 0.77 0 0
HSL 263.27º 1% 0.62% -
HSV(B) 263.27º 0.77% 1% -
XYZ 29.61 15.5 96.04 -
YUV 104.07 213.18 150.06 -
System Red Green Blue C M Y K H S L
Decimal 135 59 255 0.47 0.77 0 0 263.27 1 0.62
Hex 87 3B FF 2F 4D 0 0 107 64 3E
Octal 207 73 377 57 115 0 0 407 144 76
Binary 10000111 111011 11111111 101111 1001101 0 0 100000111 1100100 111110

Color Harmonies of #873BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873BFF

Black with #873BFF

Text Example


Text Example

White with #873BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,59,255); }

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

background-color css

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

 a { background-color: rgb(135,59,255); }

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

border-color css

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

 span { border-color: rgb(135,59,255); }

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