Html Css Color HEX #862DFA Blue Violet

📋 copy color: '#862DFA'

red 134 ◦ green 45 ◦ blue 250

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

Shades of Blue Violet #862DFA

Tints of Blue Violet #862DFA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.49%

 BLUE value IS 250 (98.05% from 255) = 58.28%

R = 31.24%
G = 10.49%
B = 58.28%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#862DFA (or 0x862DFA) is known color: Blue Violet. HEX triplet: 86, 2D and FA. RGB value is (134,45,250). Sum of RGB (Red+Green+Blue) = 134+45+250=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #862DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #862DFA is #79D205. Grayscale: #5E5E5E. Windows color (decimal): -7983622 or 16395654. OLE color: 16395654.

HSL color Cylindrical-coordinate representation of color #862DFA: hue angle of 266.05º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #862DFA is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 45 250 -
CMYK 0.46 0.82 0 0.02
HSL 266.05º 0.95% 0.58% -
HSV(B) 266.05º 0.82% 0.98% -
XYZ 28.03 13.85 91.64 -
YUV 94.98 215.49 155.83 -
System Red Green Blue C M Y K H S L
Decimal 134 45 250 0.46 0.82 0 0.02 266.05 0.95 0.58
Hex 86 2D FA 2E 52 0 2 10A 5F 3A
Octal 206 55 372 56 122 0 2 412 137 72
Binary 10000110 101101 11111010 101110 1010010 0 10 100001010 1011111 111010

Color Harmonies of #862DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862DFA

Black with #862DFA

Text Example


Text Example

White with #862DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,45,250); }

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

background-color css

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

 a { background-color: rgb(134,45,250); }

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

border-color css

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

 span { border-color: rgb(134,45,250); }

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