Html Css Color HEX #861EE9 Blue Violet

📋 copy color: '#861EE9'

red 134 ◦ green 30 ◦ blue 233

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

Shades of Blue Violet #861EE9

Tints of Blue Violet #861EE9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.56%

 BLUE value IS 233 (91.41% from 255) = 58.69%

R = 33.75%
G = 7.56%
B = 58.69%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#861EE9 (or 0x861EE9) is known color: Blue Violet. HEX triplet: 86, 1E and E9. RGB value is (134,30,233). Sum of RGB (Red+Green+Blue) = 134+30+233=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 233 (91.41% from 255 or 58.69% from 397); Max value from RGB is 233 - color contains mainly: blue. Hex color #861EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861EE9 is #79E116. Grayscale: #535353. Windows color (decimal): -7987479 or 15277702. OLE color: 15277702.

HSL color Cylindrical-coordinate representation of color #861EE9: hue angle of 270.74º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861EE9 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 134 30 233 -
CMYK 0.42 0.87 0 0.09
HSL 270.74º 0.82% 0.52% -
HSV(B) 270.74º 0.87% 0.91% -
XYZ 25 11.88 78.07 -
YUV 84.24 211.96 163.49 -
System Red Green Blue C M Y K H S L
Decimal 134 30 233 0.42 0.87 0 0.09 270.74 0.82 0.52
Hex 86 1E E9 2A 57 0 9 10F 52 34
Octal 206 36 351 52 127 0 11 417 122 64
Binary 10000110 11110 11101001 101010 1010111 0 1001 100001111 1010010 110100

Color Harmonies of #861EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861EE9

Black with #861EE9

Text Example


Text Example

White with #861EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,30,233); }

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

background-color css

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

 a { background-color: rgb(134,30,233); }

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

border-color css

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

 span { border-color: rgb(134,30,233); }

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