Html Css Color HEX #843DB6 Studio

📋 copy color: '#843DB6'

red 132 ◦ green 61 ◦ blue 182

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

Shades of Studio #843DB6

Tints of Studio #843DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.53%

R = 35.2%
G = 16.27%
B = 48.53%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#843DB6 (or 0x843DB6) is known color: Studio. HEX triplet: 84, 3D and B6. RGB value is (132,61,182). Sum of RGB (Red+Green+Blue) = 132+61+182=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 182 - color contains mainly: blue. Hex color #843DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843DB6 is #7BC249. Grayscale: #5F5F5F. Windows color (decimal): -8110666 or 11943300. OLE color: 11943300.

HSL color Cylindrical-coordinate representation of color #843DB6: hue angle of 275.21º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #843DB6 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 61 182 -
CMYK 0.27 0.66 0 0.29
HSL 275.21º 0.5% 0.48% -
HSV(B) 275.21º 0.66% 0.71% -
XYZ 19.63 11.62 45.46 -
YUV 96.02 176.52 153.66 -
System Red Green Blue C M Y K H S L
Decimal 132 61 182 0.27 0.66 0 0.29 275.21 0.5 0.48
Hex 84 3D B6 1B 42 0 1D 113 32 30
Octal 204 75 266 33 102 0 35 423 62 60
Binary 10000100 111101 10110110 11011 1000010 0 11101 100010011 110010 110000

Color Harmonies of #843DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843DB6

Black with #843DB6

Text Example


Text Example

White with #843DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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