Html Css Color HEX #843FDD Blue Violet

📋 copy color: '#843FDD'

red 132 ◦ green 63 ◦ blue 221

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

Shades of Blue Violet #843FDD

Tints of Blue Violet #843FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.14%

 BLUE value IS 221 (86.72% from 255) = 53.13%

R = 31.73%
G = 15.14%
B = 53.13%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#843FDD (or 0x843FDD) is known color: Blue Violet. HEX triplet: 84, 3F and DD. RGB value is (132,63,221). Sum of RGB (Red+Green+Blue) = 132+63+221=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #843FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843FDD is #7BC022. Grayscale: #656565. Windows color (decimal): -8110115 or 14499716. OLE color: 14499716.

HSL color Cylindrical-coordinate representation of color #843FDD: hue angle of 266.2º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #843FDD is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 63 221 -
CMYK 0.40 0.71 0 0.13
HSL 266.2º 0.7% 0.56% -
HSV(B) 266.2º 0.71% 0.87% -
XYZ 24.34 13.68 69.76 -
YUV 101.64 195.36 149.65 -
System Red Green Blue C M Y K H S L
Decimal 132 63 221 0.40 0.71 0 0.13 266.2 0.7 0.56
Hex 84 3F DD 28 47 0 D 10A 46 38
Octal 204 77 335 50 107 0 15 412 106 70
Binary 10000100 111111 11011101 101000 1000111 0 1101 100001010 1000110 111000

Color Harmonies of #843FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843FDD

Black with #843FDD

Text Example


Text Example

White with #843FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,63,221); }

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

background-color css

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

 a { background-color: rgb(132,63,221); }

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

border-color css

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

 span { border-color: rgb(132,63,221); }

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