Html Css Color HEX #843CAC Studio

📋 copy color: '#843CAC'

red 132 ◦ green 60 ◦ blue 172

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

Shades of Studio #843CAC

Tints of Studio #843CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.48%

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

R = 36.26%
G = 16.48%
B = 47.25%

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

#843CAC (or 0x843CAC) is known color: Studio. HEX triplet: 84, 3C and AC. RGB value is (132,60,172). Sum of RGB (Red+Green+Blue) = 132+60+172=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #843CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843CAC is #7BC353. Grayscale: #5D5D5D. Windows color (decimal): -8110932 or 11287684. OLE color: 11287684.

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

Color convert

RGB 132 60 172 -
CMYK 0.23 0.65 0 0.33
HSL 278.57º 0.48% 0.45% -
HSV(B) 278.57º 0.65% 0.67% -
XYZ 18.58 11.12 40.2 -
YUV 94.3 171.85 154.89 -
System Red Green Blue C M Y K H S L
Decimal 132 60 172 0.23 0.65 0 0.33 278.57 0.48 0.45
Hex 84 3C AC 17 41 0 21 117 30 2D
Octal 204 74 254 27 101 0 41 427 60 55
Binary 10000100 111100 10101100 10111 1000001 0 100001 100010111 110000 101101

Color Harmonies of #843CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843CAC

Black with #843CAC

Text Example


Text Example

White with #843CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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