Html Css Color HEX #873FFF Blue Violet

📋 copy color: '#873FFF'

red 135 ◦ green 63 ◦ blue 255

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

Shades of Blue Violet #873FFF

Tints of Blue Violet #873FFF

RGB

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

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

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

R = 29.8%
G = 13.91%
B = 56.29%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#873FFF (or 0x873FFF) is known color: Blue Violet. HEX triplet: 87, 3F and FF. RGB value is (135,63,255). Sum of RGB (Red+Green+Blue) = 135+63+255=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #873FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873FFF is #78C000. Grayscale: #696969. Windows color (decimal): -7913473 or 16727943. OLE color: 16727943.

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

Color convert

RGB 135 63 255 -
CMYK 0.47 0.75 0 0
HSL 262.5º 1% 0.62% -
HSV(B) 262.5º 0.75% 1% -
XYZ 29.82 15.93 96.11 -
YUV 106.42 211.85 148.39 -
System Red Green Blue C M Y K H S L
Decimal 135 63 255 0.47 0.75 0 0 262.5 1 0.62
Hex 87 3F FF 2F 4B 0 0 106 64 3E
Octal 207 77 377 57 113 0 0 406 144 76
Binary 10000111 111111 11111111 101111 1001011 0 0 100000110 1100100 111110

Color Harmonies of #873FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873FFF

Black with #873FFF

Text Example


Text Example

White with #873FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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