Html Css Color HEX #842BFD Blue Violet

📋 copy color: '#842BFD'

red 132 ◦ green 43 ◦ blue 253

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

Shades of Blue Violet #842BFD

Tints of Blue Violet #842BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.11%

R = 30.84%
G = 10.05%
B = 59.11%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#842BFD (or 0x842BFD) is known color: Blue Violet. HEX triplet: 84, 2B and FD. RGB value is (132,43,253). Sum of RGB (Red+Green+Blue) = 132+43+253=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #842BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842BFD is #7BD402. Grayscale: #5C5C5C. Windows color (decimal): -8115203 or 16591748. OLE color: 16591748.

HSL color Cylindrical-coordinate representation of color #842BFD: hue angle of 265.43º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #842BFD is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 43 253 -
CMYK 0.48 0.83 0 0.01
HSL 265.43º 0.98% 0.58% -
HSV(B) 265.43º 0.83% 0.99% -
XYZ 28.11 13.73 94.1 -
YUV 93.55 217.99 155.42 -
System Red Green Blue C M Y K H S L
Decimal 132 43 253 0.48 0.83 0 0.01 265.43 0.98 0.58
Hex 84 2B FD 30 53 0 1 109 62 3A
Octal 204 53 375 60 123 0 1 411 142 72
Binary 10000100 101011 11111101 110000 1010011 0 1 100001001 1100010 111010

Color Harmonies of #842BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842BFD

Black with #842BFD

Text Example


Text Example

White with #842BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,43,253); }

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

background-color css

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

 a { background-color: rgb(132,43,253); }

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

border-color css

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

 span { border-color: rgb(132,43,253); }

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