Html Css Color HEX #833CAE Studio

📋 copy color: '#833CAE'

red 131 ◦ green 60 ◦ blue 174

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

Shades of Studio #833CAE

Tints of Studio #833CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.44%

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

R = 35.89%
G = 16.44%
B = 47.67%

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

#833CAE (or 0x833CAE) is known color: Studio. HEX triplet: 83, 3C and AE. RGB value is (131,60,174). Sum of RGB (Red+Green+Blue) = 131+60+174=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #833CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833CAE is #7CC351. Grayscale: #5D5D5D. Windows color (decimal): -8176466 or 11418755. OLE color: 11418755.

HSL color Cylindrical-coordinate representation of color #833CAE: hue angle of 277.37º 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 #833CAE is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 60 174 -
CMYK 0.25 0.66 0 0.32
HSL 277.37º 0.49% 0.46% -
HSV(B) 277.37º 0.66% 0.68% -
XYZ 18.62 11.11 41.21 -
YUV 94.23 173.02 154.23 -
System Red Green Blue C M Y K H S L
Decimal 131 60 174 0.25 0.66 0 0.32 277.37 0.49 0.46
Hex 83 3C AE 19 42 0 20 115 31 2E
Octal 203 74 256 31 102 0 40 425 61 56
Binary 10000011 111100 10101110 11001 1000010 0 100000 100010101 110001 101110

Color Harmonies of #833CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833CAE

Black with #833CAE

Text Example


Text Example

White with #833CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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