Html Css Color HEX #842CFB Blue Violet

📋 copy color: '#842CFB'

red 132 ◦ green 44 ◦ blue 251

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

Shades of Blue Violet #842CFB

Tints of Blue Violet #842CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.78%

R = 30.91%
G = 10.3%
B = 58.78%

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

#842CFB (or 0x842CFB) is known color: Blue Violet. HEX triplet: 84, 2C and FB. RGB value is (132,44,251). Sum of RGB (Red+Green+Blue) = 132+44+251=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #842CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842CFB is #7BD304. Grayscale: #5D5D5D. Windows color (decimal): -8114949 or 16460932. OLE color: 16460932.

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

Color convert

RGB 132 44 251 -
CMYK 0.47 0.82 0 0.02
HSL 265.51º 0.96% 0.58% -
HSV(B) 265.51º 0.82% 0.98% -
XYZ 27.83 13.67 92.44 -
YUV 93.91 216.65 155.17 -
System Red Green Blue C M Y K H S L
Decimal 132 44 251 0.47 0.82 0 0.02 265.51 0.96 0.58
Hex 84 2C FB 2F 52 0 2 10A 60 3A
Octal 204 54 373 57 122 0 2 412 140 72
Binary 10000100 101100 11111011 101111 1010010 0 10 100001010 1100000 111010

Color Harmonies of #842CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842CFB

Black with #842CFB

Text Example


Text Example

White with #842CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,44,251); }

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

background-color css

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

 a { background-color: rgb(132,44,251); }

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

border-color css

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

 span { border-color: rgb(132,44,251); }

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