Html Css Color HEX #843DAC Studio

📋 copy color: '#843DAC'

red 132 ◦ green 61 ◦ blue 172

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

Shades of Studio #843DAC

Tints of Studio #843DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.71%

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 36.16%
G = 16.71%
B = 47.12%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#843DAC (or 0x843DAC) is known color: Studio. HEX triplet: 84, 3D and AC. RGB value is (132,61,172). Sum of RGB (Red+Green+Blue) = 132+61+172=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #843DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843DAC is #7BC253. Grayscale: #5E5E5E. Windows color (decimal): -8110676 or 11287940. OLE color: 11287940.

HSL color Cylindrical-coordinate representation of color #843DAC: hue angle of 278.38º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #843DAC is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 61 172 -
CMYK 0.23 0.65 0 0.33
HSL 278.38º 0.48% 0.46% -
HSV(B) 278.38º 0.65% 0.67% -
XYZ 18.63 11.22 40.21 -
YUV 94.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 132 61 172 0.23 0.65 0 0.33 278.38 0.48 0.46
Hex 84 3D AC 17 41 0 21 116 30 2E
Octal 204 75 254 27 101 0 41 426 60 56
Binary 10000100 111101 10101100 10111 1000001 0 100001 100010110 110000 101110

Color Harmonies of #843DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843DAC

Black with #843DAC

Text Example


Text Example

White with #843DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,61,172); }

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

background-color css

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

 a { background-color: rgb(132,61,172); }

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

border-color css

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

 span { border-color: rgb(132,61,172); }

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