Html Css Color HEX #842DFA Blue Violet

📋 copy color: '#842DFA'

red 132 ◦ green 45 ◦ blue 250

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

Shades of Blue Violet #842DFA

Tints of Blue Violet #842DFA

RGB

 RED value IS 132 (51.95% from 255) = 30.91%

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

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

R = 30.91%
G = 10.54%
B = 58.55%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#842DFA (or 0x842DFA) is known color: Blue Violet. HEX triplet: 84, 2D and FA. RGB value is (132,45,250). Sum of RGB (Red+Green+Blue) = 132+45+250=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #842DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842DFA is #7BD205. Grayscale: #5D5D5D. Windows color (decimal): -8114694 or 16395652. OLE color: 16395652.

HSL color Cylindrical-coordinate representation of color #842DFA: hue angle of 265.46º 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 #842DFA is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 45 250 -
CMYK 0.47 0.82 0 0.02
HSL 265.46º 0.95% 0.58% -
HSV(B) 265.46º 0.82% 0.98% -
XYZ 27.71 13.68 91.62 -
YUV 94.38 215.82 154.83 -
System Red Green Blue C M Y K H S L
Decimal 132 45 250 0.47 0.82 0 0.02 265.46 0.95 0.58
Hex 84 2D FA 2F 52 0 2 109 5F 3A
Octal 204 55 372 57 122 0 2 411 137 72
Binary 10000100 101101 11111010 101111 1010010 0 10 100001001 1011111 111010

Color Harmonies of #842DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842DFA

Black with #842DFA

Text Example


Text Example

White with #842DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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