Html Css Color HEX #873FF6 Blue Violet

📋 copy color: '#873FF6'

red 135 ◦ green 63 ◦ blue 246

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

Shades of Blue Violet #873FF6

Tints of Blue Violet #873FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.41%

R = 30.41%
G = 14.19%
B = 55.41%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#873FF6 (or 0x873FF6) is known color: Blue Violet. HEX triplet: 87, 3F and F6. RGB value is (135,63,246). Sum of RGB (Red+Green+Blue) = 135+63+246=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 246 (96.48% from 255 or 55.41% from 444); Max value from RGB is 246 - color contains mainly: blue. Hex color #873FF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873FF6 is #78C009. Grayscale: #686868. Windows color (decimal): -7913482 or 16138119. OLE color: 16138119.

HSL color Cylindrical-coordinate representation of color #873FF6: hue angle of 263.61º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #873FF6 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 135 63 246 -
CMYK 0.45 0.74 0 0.04
HSL 263.61º 0.91% 0.61% -
HSV(B) 263.61º 0.74% 0.96% -
XYZ 28.4 15.36 88.66 -
YUV 105.39 207.35 149.12 -
System Red Green Blue C M Y K H S L
Decimal 135 63 246 0.45 0.74 0 0.04 263.61 0.91 0.61
Hex 87 3F F6 2D 4A 0 4 108 5B 3D
Octal 207 77 366 55 112 0 4 410 133 75
Binary 10000111 111111 11110110 101101 1001010 0 100 100001000 1011011 111101

Color Harmonies of #873FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873FF6

Black with #873FF6

Text Example


Text Example

White with #873FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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