Html Css Color HEX #843BB1 Studio

📋 copy color: '#843BB1'

red 132 ◦ green 59 ◦ blue 177

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

Shades of Studio #843BB1

Tints of Studio #843BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 48.1%

R = 35.87%
G = 16.03%
B = 48.1%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#843BB1 (or 0x843BB1) is known color: Studio. HEX triplet: 84, 3B and B1. RGB value is (132,59,177). Sum of RGB (Red+Green+Blue) = 132+59+177=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 177 - color contains mainly: blue. Hex color #843BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843BB1 is #7BC44E. Grayscale: #5D5D5D. Windows color (decimal): -8111183 or 11615108. OLE color: 11615108.

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

Color convert

RGB 132 59 177 -
CMYK 0.25 0.67 0 0.31
HSL 277.12º 0.5% 0.46% -
HSV(B) 277.12º 0.67% 0.69% -
XYZ 19.02 11.21 42.76 -
YUV 94.28 174.68 154.91 -
System Red Green Blue C M Y K H S L
Decimal 132 59 177 0.25 0.67 0 0.31 277.12 0.5 0.46
Hex 84 3B B1 19 43 0 1F 115 32 2E
Octal 204 73 261 31 103 0 37 425 62 56
Binary 10000100 111011 10110001 11001 1000011 0 11111 100010101 110010 101110

Color Harmonies of #843BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843BB1

Black with #843BB1

Text Example


Text Example

White with #843BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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