Html Css Color HEX #861DFB Blue Violet

📋 copy color: '#861DFB'

red 134 ◦ green 29 ◦ blue 251

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

Shades of Blue Violet #861DFB

Tints of Blue Violet #861DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7%

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

R = 32.37%
G = 7%
B = 60.63%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#861DFB (or 0x861DFB) is known color: Blue Violet. HEX triplet: 86, 1D and FB. RGB value is (134,29,251). Sum of RGB (Red+Green+Blue) = 134+29+251=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #861DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861DFB is #79E204. Grayscale: #545454. Windows color (decimal): -7987717 or 16457094. OLE color: 16457094.

HSL color Cylindrical-coordinate representation of color #861DFB: hue angle of 268.38º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861DFB is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 29 251 -
CMYK 0.47 0.88 0 0.02
HSL 268.38º 0.97% 0.55% -
HSV(B) 268.38º 0.88% 0.98% -
XYZ 27.68 12.91 92.3 -
YUV 85.7 221.29 162.45 -
System Red Green Blue C M Y K H S L
Decimal 134 29 251 0.47 0.88 0 0.02 268.38 0.97 0.55
Hex 86 1D FB 2F 58 0 2 10C 61 37
Octal 206 35 373 57 130 0 2 414 141 67
Binary 10000110 11101 11111011 101111 1011000 0 10 100001100 1100001 110111

Color Harmonies of #861DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861DFB

Black with #861DFB

Text Example


Text Example

White with #861DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,29,251); }

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

background-color css

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

 a { background-color: rgb(134,29,251); }

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

border-color css

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

 span { border-color: rgb(134,29,251); }

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