Html Css Color HEX #843DAB Studio

📋 copy color: '#843DAB'

red 132 ◦ green 61 ◦ blue 171

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

Shades of Studio #843DAB

Tints of Studio #843DAB

RGB

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

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

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

R = 36.26%
G = 16.76%
B = 46.98%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#843DAB (or 0x843DAB) is known color: Studio. HEX triplet: 84, 3D and AB. RGB value is (132,61,171). Sum of RGB (Red+Green+Blue) = 132+61+171=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #843DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843DAB is #7BC254. Grayscale: #5E5E5E. Windows color (decimal): -8110677 or 11222404. OLE color: 11222404.

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

Color convert

RGB 132 61 171 -
CMYK 0.23 0.64 0 0.33
HSL 278.73º 0.47% 0.45% -
HSV(B) 278.73º 0.64% 0.67% -
XYZ 18.54 11.18 39.71 -
YUV 94.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 132 61 171 0.23 0.64 0 0.33 278.73 0.47 0.45
Hex 84 3D AB 17 40 0 21 117 2F 2D
Octal 204 75 253 27 100 0 41 427 57 55
Binary 10000100 111101 10101011 10111 1000000 0 100001 100010111 101111 101101

Color Harmonies of #843DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843DAB

Black with #843DAB

Text Example


Text Example

White with #843DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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