Html Css Color HEX #843CAD Studio

📋 copy color: '#843CAD'

red 132 ◦ green 60 ◦ blue 173

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

Shades of Studio #843CAD

Tints of Studio #843CAD

RGB

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

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

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

R = 36.16%
G = 16.44%
B = 47.4%

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

#843CAD (or 0x843CAD) is known color: Studio. HEX triplet: 84, 3C and AD. RGB value is (132,60,173). Sum of RGB (Red+Green+Blue) = 132+60+173=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #843CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843CAD is #7BC352. Grayscale: #5E5E5E. Windows color (decimal): -8110931 or 11353220. OLE color: 11353220.

HSL color Cylindrical-coordinate representation of color #843CAD: hue angle of 278.23º 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 #843CAD is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 60 173 -
CMYK 0.24 0.65 0 0.32
HSL 278.23º 0.48% 0.46% -
HSV(B) 278.23º 0.65% 0.68% -
XYZ 18.67 11.15 40.7 -
YUV 94.41 172.35 154.81 -
System Red Green Blue C M Y K H S L
Decimal 132 60 173 0.24 0.65 0 0.32 278.23 0.48 0.46
Hex 84 3C AD 18 41 0 20 116 30 2E
Octal 204 74 255 30 101 0 40 426 60 56
Binary 10000100 111100 10101101 11000 1000001 0 100000 100010110 110000 101110

Color Harmonies of #843CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843CAD

Black with #843CAD

Text Example


Text Example

White with #843CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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