Html Css Color HEX #842CED Blue Violet

📋 copy color: '#842CED'

red 132 ◦ green 44 ◦ blue 237

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

Shades of Blue Violet #842CED

Tints of Blue Violet #842CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.38%

R = 31.96%
G = 10.65%
B = 57.38%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#842CED (or 0x842CED) is known color: Blue Violet. HEX triplet: 84, 2C and ED. RGB value is (132,44,237). Sum of RGB (Red+Green+Blue) = 132+44+237=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #842CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842CED is #7BD312. Grayscale: #5B5B5B. Windows color (decimal): -8114963 or 15543428. OLE color: 15543428.

HSL color Cylindrical-coordinate representation of color #842CED: hue angle of 267.36º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #842CED is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 44 237 -
CMYK 0.44 0.81 0 0.07
HSL 267.36º 0.84% 0.55% -
HSV(B) 267.36º 0.81% 0.93% -
XYZ 25.7 12.82 81.24 -
YUV 92.31 209.65 156.31 -
System Red Green Blue C M Y K H S L
Decimal 132 44 237 0.44 0.81 0 0.07 267.36 0.84 0.55
Hex 84 2C ED 2C 51 0 7 10B 54 37
Octal 204 54 355 54 121 0 7 413 124 67
Binary 10000100 101100 11101101 101100 1010001 0 111 100001011 1010100 110111

Color Harmonies of #842CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842CED

Black with #842CED

Text Example


Text Example

White with #842CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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