Html Css Color HEX #861CEB Blue Violet

📋 copy color: '#861CEB'

red 134 ◦ green 28 ◦ blue 235

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

Shades of Blue Violet #861CEB

Tints of Blue Violet #861CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.19%

R = 33.75%
G = 7.05%
B = 59.19%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#861CEB (or 0x861CEB) is known color: Blue Violet. HEX triplet: 86, 1C and EB. RGB value is (134,28,235). Sum of RGB (Red+Green+Blue) = 134+28+235=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #861CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861CEB is #79E314. Grayscale: #525252. Windows color (decimal): -7987989 or 15408262. OLE color: 15408262.

HSL color Cylindrical-coordinate representation of color #861CEB: hue angle of 270.72º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861CEB is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 28 235 -
CMYK 0.43 0.88 0 0.08
HSL 270.72º 0.84% 0.52% -
HSV(B) 270.72º 0.88% 0.92% -
XYZ 25.24 11.9 79.56 -
YUV 83.29 213.62 164.17 -
System Red Green Blue C M Y K H S L
Decimal 134 28 235 0.43 0.88 0 0.08 270.72 0.84 0.52
Hex 86 1C EB 2B 58 0 8 10F 54 34
Octal 206 34 353 53 130 0 10 417 124 64
Binary 10000110 11100 11101011 101011 1011000 0 1000 100001111 1010100 110100

Color Harmonies of #861CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861CEB

Black with #861CEB

Text Example


Text Example

White with #861CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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