Html Css Color HEX #843BAB Studio

📋 copy color: '#843BAB'

red 132 ◦ green 59 ◦ blue 171

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

Shades of Studio #843BAB

Tints of Studio #843BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 36.46%
G = 16.3%
B = 47.24%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#843BAB (or 0x843BAB) is known color: Studio. HEX triplet: 84, 3B and AB. RGB value is (132,59,171). Sum of RGB (Red+Green+Blue) = 132+59+171=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #843BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843BAB is #7BC454. Grayscale: #5D5D5D. Windows color (decimal): -8111189 or 11221892. OLE color: 11221892.

HSL color Cylindrical-coordinate representation of color #843BAB: hue angle of 279.11º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #843BAB is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 59 171 -
CMYK 0.23 0.65 0 0.33
HSL 279.11º 0.49% 0.45% -
HSV(B) 279.11º 0.65% 0.67% -
XYZ 18.43 10.97 39.67 -
YUV 93.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 132 59 171 0.23 0.65 0 0.33 279.11 0.49 0.45
Hex 84 3B AB 17 41 0 21 117 31 2D
Octal 204 73 253 27 101 0 41 427 61 55
Binary 10000100 111011 10101011 10111 1000001 0 100001 100010111 110001 101101

Color Harmonies of #843BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843BAB

Black with #843BAB

Text Example


Text Example

White with #843BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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