Html Css Color HEX #833BB0 Studio

📋 copy color: '#833BB0'

red 131 ◦ green 59 ◦ blue 176

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

Shades of Studio #833BB0

Tints of Studio #833BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.09%

R = 35.79%
G = 16.12%
B = 48.09%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#833BB0 (or 0x833BB0) is known color: Studio. HEX triplet: 83, 3B and B0. RGB value is (131,59,176). Sum of RGB (Red+Green+Blue) = 131+59+176=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #833BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833BB0 is #7CC44F. Grayscale: #5D5D5D. Windows color (decimal): -8176720 or 11549571. OLE color: 11549571.

HSL color Cylindrical-coordinate representation of color #833BB0: hue angle of 276.92º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #833BB0 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 59 176 -
CMYK 0.26 0.66 0 0.31
HSL 276.92º 0.5% 0.46% -
HSV(B) 276.92º 0.66% 0.69% -
XYZ 18.76 11.09 42.23 -
YUV 93.87 174.35 154.49 -
System Red Green Blue C M Y K H S L
Decimal 131 59 176 0.26 0.66 0 0.31 276.92 0.5 0.46
Hex 83 3B B0 1A 42 0 1F 115 32 2E
Octal 203 73 260 32 102 0 37 425 62 56
Binary 10000011 111011 10110000 11010 1000010 0 11111 100010101 110010 101110

Color Harmonies of #833BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833BB0

Black with #833BB0

Text Example


Text Example

White with #833BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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