Html Css Color HEX #843DAE Studio

📋 copy color: '#843DAE'

red 132 ◦ green 61 ◦ blue 174

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

Shades of Studio #843DAE

Tints of Studio #843DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.41%

R = 35.97%
G = 16.62%
B = 47.41%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#843DAE (or 0x843DAE) is known color: Studio. HEX triplet: 84, 3D and AE. RGB value is (132,61,174). Sum of RGB (Red+Green+Blue) = 132+61+174=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #843DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843DAE is #7BC251. Grayscale: #5E5E5E. Windows color (decimal): -8110674 or 11419012. OLE color: 11419012.

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

Color convert

RGB 132 61 174 -
CMYK 0.24 0.65 0 0.32
HSL 277.7º 0.48% 0.46% -
HSV(B) 277.7º 0.65% 0.68% -
XYZ 18.82 11.3 41.23 -
YUV 95.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 132 61 174 0.24 0.65 0 0.32 277.7 0.48 0.46
Hex 84 3D AE 18 41 0 20 116 30 2E
Octal 204 75 256 30 101 0 40 426 60 56
Binary 10000100 111101 10101110 11000 1000001 0 100000 100010110 110000 101110

Color Harmonies of #843DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843DAE

Black with #843DAE

Text Example


Text Example

White with #843DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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