Html Css Color HEX #843FAC Studio

📋 copy color: '#843FAC'

red 132 ◦ green 63 ◦ blue 172

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

Shades of Studio #843FAC

Tints of Studio #843FAC

RGB

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

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

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

R = 35.97%
G = 17.17%
B = 46.87%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#843FAC (or 0x843FAC) is known color: Studio. HEX triplet: 84, 3F and AC. RGB value is (132,63,172). Sum of RGB (Red+Green+Blue) = 132+63+172=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #843FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843FAC is #7BC053. Grayscale: #5F5F5F. Windows color (decimal): -8110164 or 11288452. OLE color: 11288452.

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

Color convert

RGB 132 63 172 -
CMYK 0.23 0.63 0 0.33
HSL 277.98º 0.46% 0.46% -
HSV(B) 277.98º 0.63% 0.67% -
XYZ 18.74 11.44 40.25 -
YUV 96.06 170.86 153.64 -
System Red Green Blue C M Y K H S L
Decimal 132 63 172 0.23 0.63 0 0.33 277.98 0.46 0.46
Hex 84 3F AC 17 3F 0 21 116 2E 2E
Octal 204 77 254 27 77 0 41 426 56 56
Binary 10000100 111111 10101100 10111 111111 0 100001 100010110 101110 101110

Color Harmonies of #843FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843FAC

Black with #843FAC

Text Example


Text Example

White with #843FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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