Html Css Color HEX #861CF9 Blue Violet

📋 copy color: '#861CF9'

red 134 ◦ green 28 ◦ blue 249

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

Shades of Blue Violet #861CF9

Tints of Blue Violet #861CF9

RGB

 RED value IS 134 (52.73% from 255) = 32.6%

 GREEN value IS 28 (11.33% from 255) = 6.81%

 BLUE value IS 249 (97.66% from 255) = 60.58%

R = 32.6%
G = 6.81%
B = 60.58%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#861CF9 (or 0x861CF9) is known color: Blue Violet. HEX triplet: 86, 1C and F9. RGB value is (134,28,249). Sum of RGB (Red+Green+Blue) = 134+28+249=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 249 (97.66% from 255 or 60.58% from 411); Max value from RGB is 249 - color contains mainly: blue. Hex color #861CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861CF9 is #79E306. Grayscale: #545454. Windows color (decimal): -7987975 or 16325766. OLE color: 16325766.

HSL color Cylindrical-coordinate representation of color #861CF9: hue angle of 268.78º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #861CF9 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 28 249 -
CMYK 0.46 0.89 0 0.02
HSL 268.78º 0.95% 0.54% -
HSV(B) 268.78º 0.89% 0.98% -
XYZ 27.35 12.74 90.64 -
YUV 84.89 220.62 163.03 -
System Red Green Blue C M Y K H S L
Decimal 134 28 249 0.46 0.89 0 0.02 268.78 0.95 0.54
Hex 86 1C F9 2E 59 0 2 10D 5F 36
Octal 206 34 371 56 131 0 2 415 137 66
Binary 10000110 11100 11111001 101110 1011001 0 10 100001101 1011111 110110

Color Harmonies of #861CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861CF9

Black with #861CF9

Text Example


Text Example

White with #861CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861CF9; }

 p { color: rgb(134,28,249); }

 H1.HeaderClassName
 {
   color: #861CF9;
 }
 .AnyTagClassName
 {
   color: #861CF9;
 }
</style>

background-color css

<style>
 a { background-color: #861CF9; }

 a { background-color: rgb(134,28,249); }

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

border-color css

<style>
 span { border-color: #861CF9; }

 span { border-color: rgb(134,28,249); }

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