Html Css Color HEX #862CEE Blue Violet

📋 copy color: '#862CEE'

red 134 ◦ green 44 ◦ blue 238

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

Shades of Blue Violet #862CEE

Tints of Blue Violet #862CEE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.58%

 BLUE value IS 238 (93.36% from 255) = 57.21%

R = 32.21%
G = 10.58%
B = 57.21%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#862CEE (or 0x862CEE) is known color: Blue Violet. HEX triplet: 86, 2C and EE. RGB value is (134,44,238). Sum of RGB (Red+Green+Blue) = 134+44+238=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #862CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #862CEE is #79D311. Grayscale: #5C5C5C. Windows color (decimal): -7983890 or 15608966. OLE color: 15608966.

HSL color Cylindrical-coordinate representation of color #862CEE: hue angle of 267.84º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #862CEE is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 44 238 -
CMYK 0.44 0.82 0 0.07
HSL 267.84º 0.85% 0.55% -
HSV(B) 267.84º 0.82% 0.93% -
XYZ 26.16 13.04 82.03 -
YUV 93.03 209.82 157.23 -
System Red Green Blue C M Y K H S L
Decimal 134 44 238 0.44 0.82 0 0.07 267.84 0.85 0.55
Hex 86 2C EE 2C 52 0 7 10C 55 37
Octal 206 54 356 54 122 0 7 414 125 67
Binary 10000110 101100 11101110 101100 1010010 0 111 100001100 1010101 110111

Color Harmonies of #862CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862CEE

Black with #862CEE

Text Example


Text Example

White with #862CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862CEE; }

 p { color: rgb(134,44,238); }

 H1.HeaderClassName
 {
   color: #862CEE;
 }
 .AnyTagClassName
 {
   color: #862CEE;
 }
</style>

background-color css

<style>
 a { background-color: #862CEE; }

 a { background-color: rgb(134,44,238); }

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

border-color css

<style>
 span { border-color: #862CEE; }

 span { border-color: rgb(134,44,238); }

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