Html Css Color HEX #833EAA Studio

📋 copy color: '#833EAA'

red 131 ◦ green 62 ◦ blue 170

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

Shades of Studio #833EAA

Tints of Studio #833EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.08%

 BLUE value IS 170 (66.8% from 255) = 46.83%

R = 36.09%
G = 17.08%
B = 46.83%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#833EAA (or 0x833EAA) is known color: Studio. HEX triplet: 83, 3E and AA. RGB value is (131,62,170). Sum of RGB (Red+Green+Blue) = 131+62+170=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #833EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833EAA is #7CC155. Grayscale: #5E5E5E. Windows color (decimal): -8175958 or 11157123. OLE color: 11157123.

HSL color Cylindrical-coordinate representation of color #833EAA: hue angle of 278.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #833EAA is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 62 170 -
CMYK 0.23 0.64 0 0.33
HSL 278.33º 0.47% 0.45% -
HSV(B) 278.33º 0.64% 0.67% -
XYZ 18.34 11.17 39.22 -
YUV 94.94 170.36 153.72 -
System Red Green Blue C M Y K H S L
Decimal 131 62 170 0.23 0.64 0 0.33 278.33 0.47 0.45
Hex 83 3E AA 17 40 0 21 116 2F 2D
Octal 203 76 252 27 100 0 41 426 57 55
Binary 10000011 111110 10101010 10111 1000000 0 100001 100010110 101111 101101

Color Harmonies of #833EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833EAA

Black with #833EAA

Text Example


Text Example

White with #833EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,62,170); }

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

background-color css

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

 a { background-color: rgb(131,62,170); }

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

border-color css

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

 span { border-color: rgb(131,62,170); }

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