Html Css Color HEX #843DAF Studio

📋 copy color: '#843DAF'

red 132 ◦ green 61 ◦ blue 175

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

Shades of Studio #843DAF

Tints of Studio #843DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.55%

R = 35.87%
G = 16.58%
B = 47.55%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#843DAF (or 0x843DAF) is known color: Studio. HEX triplet: 84, 3D and AF. RGB value is (132,61,175). Sum of RGB (Red+Green+Blue) = 132+61+175=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #843DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843DAF is #7BC250. Grayscale: #5E5E5E. Windows color (decimal): -8110673 or 11484548. OLE color: 11484548.

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

Color convert

RGB 132 61 175 -
CMYK 0.25 0.65 0 0.31
HSL 277.37º 0.48% 0.46% -
HSV(B) 277.37º 0.65% 0.69% -
XYZ 18.92 11.34 41.75 -
YUV 95.23 173.02 154.23 -
System Red Green Blue C M Y K H S L
Decimal 132 61 175 0.25 0.65 0 0.31 277.37 0.48 0.46
Hex 84 3D AF 19 41 0 1F 115 30 2E
Octal 204 75 257 31 101 0 37 425 60 56
Binary 10000100 111101 10101111 11001 1000001 0 11111 100010101 110000 101110

Color Harmonies of #843DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843DAF

Black with #843DAF

Text Example


Text Example

White with #843DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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