Html Css Color HEX #833DAC Studio

📋 copy color: '#833DAC'

red 131 ◦ green 61 ◦ blue 172

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

Shades of Studio #833DAC

Tints of Studio #833DAC

RGB

 RED value IS 131 (51.56% from 255) = 35.99%

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

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 35.99%
G = 16.76%
B = 47.25%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#833DAC (or 0x833DAC) is known color: Studio. HEX triplet: 83, 3D and AC. RGB value is (131,61,172). Sum of RGB (Red+Green+Blue) = 131+61+172=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #833DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833DAC is #7CC253. Grayscale: #5E5E5E. Windows color (decimal): -8176212 or 11287939. OLE color: 11287939.

HSL color Cylindrical-coordinate representation of color #833DAC: hue angle of 277.84º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #833DAC is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 61 172 -
CMYK 0.24 0.65 0 0.33
HSL 277.84º 0.48% 0.46% -
HSV(B) 277.84º 0.65% 0.67% -
XYZ 18.48 11.14 40.21 -
YUV 94.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 131 61 172 0.24 0.65 0 0.33 277.84 0.48 0.46
Hex 83 3D AC 18 41 0 21 116 30 2E
Octal 203 75 254 30 101 0 41 426 60 56
Binary 10000011 111101 10101100 11000 1000001 0 100001 100010110 110000 101110

Color Harmonies of #833DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833DAC

Black with #833DAC

Text Example


Text Example

White with #833DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833DAC; }

 p { color: rgb(131,61,172); }

 H1.HeaderClassName
 {
   color: #833DAC;
 }
 .AnyTagClassName
 {
   color: #833DAC;
 }
</style>

background-color css

<style>
 a { background-color: #833DAC; }

 a { background-color: rgb(131,61,172); }

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

border-color css

<style>
 span { border-color: #833DAC; }

 span { border-color: rgb(131,61,172); }

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