Html Css Color HEX #843EDA Blue Violet

📋 copy color: '#843EDA'

red 132 ◦ green 62 ◦ blue 218

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

Shades of Blue Violet #843EDA

Tints of Blue Violet #843EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.05%

 BLUE value IS 218 (85.55% from 255) = 52.91%

R = 32.04%
G = 15.05%
B = 52.91%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#843EDA (or 0x843EDA) is known color: Blue Violet. HEX triplet: 84, 3E and DA. RGB value is (132,62,218). Sum of RGB (Red+Green+Blue) = 132+62+218=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #843EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843EDA is #7BC125. Grayscale: #646464. Windows color (decimal): -8110374 or 14302852. OLE color: 14302852.

HSL color Cylindrical-coordinate representation of color #843EDA: hue angle of 266.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #843EDA is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 62 218 -
CMYK 0.39 0.72 0 0.15
HSL 266.92º 0.68% 0.55% -
HSV(B) 266.92º 0.72% 0.85% -
XYZ 23.89 13.41 67.66 -
YUV 100.71 194.19 150.32 -
System Red Green Blue C M Y K H S L
Decimal 132 62 218 0.39 0.72 0 0.15 266.92 0.68 0.55
Hex 84 3E DA 27 48 0 F 10B 44 37
Octal 204 76 332 47 110 0 17 413 104 67
Binary 10000100 111110 11011010 100111 1001000 0 1111 100001011 1000100 110111

Color Harmonies of #843EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843EDA

Black with #843EDA

Text Example


Text Example

White with #843EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843EDA; }

 p { color: rgb(132,62,218); }

 H1.HeaderClassName
 {
   color: #843EDA;
 }
 .AnyTagClassName
 {
   color: #843EDA;
 }
</style>

background-color css

<style>
 a { background-color: #843EDA; }

 a { background-color: rgb(132,62,218); }

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

border-color css

<style>
 span { border-color: #843EDA; }

 span { border-color: rgb(132,62,218); }

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