Html Css Color HEX #843FAD Studio

📋 copy color: '#843FAD'

red 132 ◦ green 63 ◦ blue 173

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

Shades of Studio #843FAD

Tints of Studio #843FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 35.87%
G = 17.12%
B = 47.01%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#843FAD (or 0x843FAD) is known color: Studio. HEX triplet: 84, 3F and AD. RGB value is (132,63,173). Sum of RGB (Red+Green+Blue) = 132+63+173=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #843FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843FAD is #7BC052. Grayscale: #5F5F5F. Windows color (decimal): -8110163 or 11353988. OLE color: 11353988.

HSL color Cylindrical-coordinate representation of color #843FAD: hue angle of 277.64º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #843FAD is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 63 173 -
CMYK 0.24 0.64 0 0.32
HSL 277.64º 0.47% 0.46% -
HSV(B) 277.64º 0.64% 0.68% -
XYZ 18.84 11.48 40.76 -
YUV 96.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 132 63 173 0.24 0.64 0 0.32 277.64 0.47 0.46
Hex 84 3F AD 18 40 0 20 116 2F 2E
Octal 204 77 255 30 100 0 40 426 57 56
Binary 10000100 111111 10101101 11000 1000000 0 100000 100010110 101111 101110

Color Harmonies of #843FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843FAD

Black with #843FAD

Text Example


Text Example

White with #843FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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