Html Css Color HEX #833DAE Studio

📋 copy color: '#833DAE'

red 131 ◦ green 61 ◦ blue 174

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

Shades of Studio #833DAE

Tints of Studio #833DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.54%

R = 35.79%
G = 16.67%
B = 47.54%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#833DAE (or 0x833DAE) is known color: Studio. HEX triplet: 83, 3D and AE. RGB value is (131,61,174). Sum of RGB (Red+Green+Blue) = 131+61+174=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #833DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833DAE is #7CC251. Grayscale: #5E5E5E. Windows color (decimal): -8176210 or 11419011. OLE color: 11419011.

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

Color convert

RGB 131 61 174 -
CMYK 0.25 0.65 0 0.32
HSL 277.17º 0.48% 0.46% -
HSV(B) 277.17º 0.65% 0.68% -
XYZ 18.67 11.22 41.23 -
YUV 94.81 172.69 153.81 -
System Red Green Blue C M Y K H S L
Decimal 131 61 174 0.25 0.65 0 0.32 277.17 0.48 0.46
Hex 83 3D AE 19 41 0 20 115 30 2E
Octal 203 75 256 31 101 0 40 425 60 56
Binary 10000011 111101 10101110 11001 1000001 0 100000 100010101 110000 101110

Color Harmonies of #833DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833DAE

Black with #833DAE

Text Example


Text Example

White with #833DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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