Html Css Color HEX #843FAA Studio

📋 copy color: '#843FAA'

red 132 ◦ green 63 ◦ blue 170

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

Shades of Studio #843FAA

Tints of Studio #843FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 36.16%
G = 17.26%
B = 46.58%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#843FAA (or 0x843FAA) is known color: Studio. HEX triplet: 84, 3F and AA. RGB value is (132,63,170). Sum of RGB (Red+Green+Blue) = 132+63+170=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #843FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843FAA is #7BC055. Grayscale: #5F5F5F. Windows color (decimal): -8110166 or 11157380. OLE color: 11157380.

HSL color Cylindrical-coordinate representation of color #843FAA: hue angle of 278.69º 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 #843FAA is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 63 170 -
CMYK 0.22 0.63 0 0.33
HSL 278.69º 0.46% 0.46% -
HSV(B) 278.69º 0.63% 0.67% -
XYZ 18.55 11.36 39.25 -
YUV 95.83 169.86 153.8 -
System Red Green Blue C M Y K H S L
Decimal 132 63 170 0.22 0.63 0 0.33 278.69 0.46 0.46
Hex 84 3F AA 16 3F 0 21 117 2E 2E
Octal 204 77 252 26 77 0 41 427 56 56
Binary 10000100 111111 10101010 10110 111111 0 100001 100010111 101110 101110

Color Harmonies of #843FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843FAA

Black with #843FAA

Text Example


Text Example

White with #843FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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