Html Css Color HEX #873FFB Blue Violet

📋 copy color: '#873FFB'

red 135 ◦ green 63 ◦ blue 251

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

Shades of Blue Violet #873FFB

Tints of Blue Violet #873FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.9%

R = 30.07%
G = 14.03%
B = 55.9%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#873FFB (or 0x873FFB) is known color: Blue Violet. HEX triplet: 87, 3F and FB. RGB value is (135,63,251). Sum of RGB (Red+Green+Blue) = 135+63+251=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #873FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873FFB is #78C004. Grayscale: #696969. Windows color (decimal): -7913477 or 16465799. OLE color: 16465799.

HSL color Cylindrical-coordinate representation of color #873FFB: hue angle of 262.98º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #873FFB is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 63 251 -
CMYK 0.46 0.75 0 0.02
HSL 262.98º 0.96% 0.62% -
HSV(B) 262.98º 0.75% 0.98% -
XYZ 29.18 15.67 92.75 -
YUV 105.96 209.85 148.71 -
System Red Green Blue C M Y K H S L
Decimal 135 63 251 0.46 0.75 0 0.02 262.98 0.96 0.62
Hex 87 3F FB 2E 4B 0 2 107 60 3E
Octal 207 77 373 56 113 0 2 407 140 76
Binary 10000111 111111 11111011 101110 1001011 0 10 100000111 1100000 111110

Color Harmonies of #873FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873FFB

Black with #873FFB

Text Example


Text Example

White with #873FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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