Html Css Color HEX #873BFE Blue Violet

📋 copy color: '#873BFE'

red 135 ◦ green 59 ◦ blue 254

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

Shades of Blue Violet #873BFE

Tints of Blue Violet #873BFE

RGB

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

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

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

R = 30.13%
G = 13.17%
B = 56.7%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#873BFE (or 0x873BFE) is known color: Blue Violet. HEX triplet: 87, 3B and FE. RGB value is (135,59,254). Sum of RGB (Red+Green+Blue) = 135+59+254=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #873BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873BFE is #78C401. Grayscale: #676767. Windows color (decimal): -7914498 or 16661383. OLE color: 16661383.

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

Color convert

RGB 135 59 254 -
CMYK 0.47 0.77 0 0.00
HSL 263.38º 0.99% 0.61% -
HSV(B) 263.38º 0.77% 1% -
XYZ 29.45 15.43 95.19 -
YUV 103.95 212.68 150.14 -
System Red Green Blue C M Y K H S L
Decimal 135 59 254 0.47 0.77 0 0.00 263.38 0.99 0.61
Hex 87 3B FE 2F 4D 0 0 107 63 3D
Octal 207 73 376 57 115 0 0 407 143 75
Binary 10000111 111011 11111110 101111 1001101 0 0 100000111 1100011 111101

Color Harmonies of #873BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873BFE

Black with #873BFE

Text Example


Text Example

White with #873BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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