Html Css Color HEX #843BAF Studio

📋 copy color: '#843BAF'

red 132 ◦ green 59 ◦ blue 175

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

Shades of Studio #843BAF

Tints of Studio #843BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.12%

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

R = 36.07%
G = 16.12%
B = 47.81%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#843BAF (or 0x843BAF) is known color: Studio. HEX triplet: 84, 3B and AF. RGB value is (132,59,175). Sum of RGB (Red+Green+Blue) = 132+59+175=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #843BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843BAF is #7BC450. Grayscale: #5D5D5D. Windows color (decimal): -8111185 or 11484036. OLE color: 11484036.

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

Color convert

RGB 132 59 175 -
CMYK 0.25 0.66 0 0.31
HSL 277.76º 0.5% 0.46% -
HSV(B) 277.76º 0.66% 0.69% -
XYZ 18.82 11.13 41.71 -
YUV 94.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 132 59 175 0.25 0.66 0 0.31 277.76 0.5 0.46
Hex 84 3B AF 19 42 0 1F 116 32 2E
Octal 204 73 257 31 102 0 37 426 62 56
Binary 10000100 111011 10101111 11001 1000010 0 11111 100010110 110010 101110

Color Harmonies of #843BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843BAF

Black with #843BAF

Text Example


Text Example

White with #843BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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