Html Css Color HEX #833BAA Studio

📋 copy color: '#833BAA'

red 131 ◦ green 59 ◦ blue 170

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

Shades of Studio #833BAA

Tints of Studio #833BAA

RGB

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

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

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

R = 36.39%
G = 16.39%
B = 47.22%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#833BAA (or 0x833BAA) is known color: Studio. HEX triplet: 83, 3B and AA. RGB value is (131,59,170). Sum of RGB (Red+Green+Blue) = 131+59+170=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #833BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833BAA is #7CC455. Grayscale: #5C5C5C. Windows color (decimal): -8176726 or 11156355. OLE color: 11156355.

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

Color convert

RGB 131 59 170 -
CMYK 0.23 0.65 0 0.33
HSL 278.92º 0.48% 0.45% -
HSV(B) 278.92º 0.65% 0.67% -
XYZ 18.18 10.86 39.17 -
YUV 93.18 171.35 154.97 -
System Red Green Blue C M Y K H S L
Decimal 131 59 170 0.23 0.65 0 0.33 278.92 0.48 0.45
Hex 83 3B AA 17 41 0 21 117 30 2D
Octal 203 73 252 27 101 0 41 427 60 55
Binary 10000011 111011 10101010 10111 1000001 0 100001 100010111 110000 101101

Color Harmonies of #833BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833BAA

Black with #833BAA

Text Example


Text Example

White with #833BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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