Html Css Color HEX #843BDA Blue Violet

📋 copy color: '#843BDA'

red 132 ◦ green 59 ◦ blue 218

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

Shades of Blue Violet #843BDA

Tints of Blue Violet #843BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.43%

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

R = 32.27%
G = 14.43%
B = 53.3%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#843BDA (or 0x843BDA) is known color: Blue Violet. HEX triplet: 84, 3B and DA. RGB value is (132,59,218). Sum of RGB (Red+Green+Blue) = 132+59+218=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #843BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843BDA is #7BC425. Grayscale: #626262. Windows color (decimal): -8111142 or 14302084. OLE color: 14302084.

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

Color convert

RGB 132 59 218 -
CMYK 0.39 0.73 0 0.15
HSL 267.55º 0.68% 0.54% -
HSV(B) 267.55º 0.73% 0.85% -
XYZ 23.73 13.1 67.61 -
YUV 98.95 195.18 151.57 -
System Red Green Blue C M Y K H S L
Decimal 132 59 218 0.39 0.73 0 0.15 267.55 0.68 0.54
Hex 84 3B DA 27 49 0 F 10C 44 36
Octal 204 73 332 47 111 0 17 414 104 66
Binary 10000100 111011 11011010 100111 1001001 0 1111 100001100 1000100 110110

Color Harmonies of #843BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843BDA

Black with #843BDA

Text Example


Text Example

White with #843BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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