Html Css Color HEX #833BAE Studio

📋 copy color: '#833BAE'

red 131 ◦ green 59 ◦ blue 174

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

Shades of Studio #833BAE

Tints of Studio #833BAE

RGB

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

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

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

R = 35.99%
G = 16.21%
B = 47.8%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#833BAE (or 0x833BAE) is known color: Studio. HEX triplet: 83, 3B and AE. RGB value is (131,59,174). Sum of RGB (Red+Green+Blue) = 131+59+174=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #833BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833BAE is #7CC451. Grayscale: #5D5D5D. Windows color (decimal): -8176722 or 11418499. OLE color: 11418499.

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

Color convert

RGB 131 59 174 -
CMYK 0.25 0.66 0 0.32
HSL 277.57º 0.49% 0.46% -
HSV(B) 277.57º 0.66% 0.68% -
XYZ 18.56 11.01 41.19 -
YUV 93.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 131 59 174 0.25 0.66 0 0.32 277.57 0.49 0.46
Hex 83 3B AE 19 42 0 20 116 31 2E
Octal 203 73 256 31 102 0 40 426 61 56
Binary 10000011 111011 10101110 11001 1000010 0 100000 100010110 110001 101110

Color Harmonies of #833BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833BAE

Black with #833BAE

Text Example


Text Example

White with #833BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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