Html Css Color HEX #843AB2 Studio

📋 copy color: '#843AB2'

red 132 ◦ green 58 ◦ blue 178

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

Shades of Studio #843AB2

Tints of Studio #843AB2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.76%

 BLUE value IS 178 (69.92% from 255) = 48.37%

R = 35.87%
G = 15.76%
B = 48.37%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#843AB2 (or 0x843AB2) is known color: Studio. HEX triplet: 84, 3A and B2. RGB value is (132,58,178). Sum of RGB (Red+Green+Blue) = 132+58+178=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #843AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843AB2 is #7BC54D. Grayscale: #5D5D5D. Windows color (decimal): -8111438 or 11680388. OLE color: 11680388.

HSL color Cylindrical-coordinate representation of color #843AB2: hue angle of 277º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #843AB2 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 58 178 -
CMYK 0.26 0.67 0 0.30
HSL 277º 0.51% 0.46% -
HSV(B) 277º 0.67% 0.7% -
XYZ 19.06 11.15 43.27 -
YUV 93.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 132 58 178 0.26 0.67 0 0.30 277 0.51 0.46
Hex 84 3A B2 1A 43 0 1E 115 33 2E
Octal 204 72 262 32 103 0 36 425 63 56
Binary 10000100 111010 10110010 11010 1000011 0 11110 100010101 110011 101110

Color Harmonies of #843AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843AB2

Black with #843AB2

Text Example


Text Example

White with #843AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,58,178); }

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

background-color css

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

 a { background-color: rgb(132,58,178); }

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

border-color css

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

 span { border-color: rgb(132,58,178); }

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