Html Css Color HEX #862BDA Blue Violet

📋 copy color: '#862BDA'

red 134 ◦ green 43 ◦ blue 218

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

Shades of Blue Violet #862BDA

Tints of Blue Violet #862BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.89%

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 33.92%
G = 10.89%
B = 55.19%

CMYK

 C value IS 0.39

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#862BDA (or 0x862BDA) is known color: Blue Violet. HEX triplet: 86, 2B and DA. RGB value is (134,43,218). Sum of RGB (Red+Green+Blue) = 134+43+218=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #862BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862BDA is #79D425. Grayscale: #595959. Windows color (decimal): -7984166 or 14297990. OLE color: 14297990.

HSL color Cylindrical-coordinate representation of color #862BDA: hue angle of 271.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #862BDA is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 43 218 -
CMYK 0.39 0.80 0 0.15
HSL 271.2º 0.7% 0.51% -
HSV(B) 271.2º 0.8% 0.85% -
XYZ 23.35 11.86 67.39 -
YUV 90.16 200.15 159.27 -
System Red Green Blue C M Y K H S L
Decimal 134 43 218 0.39 0.80 0 0.15 271.2 0.7 0.51
Hex 86 2B DA 27 50 0 F 10F 46 33
Octal 206 53 332 47 120 0 17 417 106 63
Binary 10000110 101011 11011010 100111 1010000 0 1111 100001111 1000110 110011

Color Harmonies of #862BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862BDA

Black with #862BDA

Text Example


Text Example

White with #862BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,43,218); }

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

background-color css

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

 a { background-color: rgb(134,43,218); }

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

border-color css

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

 span { border-color: rgb(134,43,218); }

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