Html Css Color HEX #833BAB Studio

📋 copy color: '#833BAB'

red 131 ◦ green 59 ◦ blue 171

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

Shades of Studio #833BAB

Tints of Studio #833BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.37%

R = 36.29%
G = 16.34%
B = 47.37%

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

#833BAB (or 0x833BAB) is known color: Studio. HEX triplet: 83, 3B and AB. RGB value is (131,59,171). Sum of RGB (Red+Green+Blue) = 131+59+171=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #833BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833BAB is #7CC454. Grayscale: #5C5C5C. Windows color (decimal): -8176725 or 11221891. OLE color: 11221891.

HSL color Cylindrical-coordinate representation of color #833BAB: hue angle of 278.57º degrees, saturation: 0.49, 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 #833BAB is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 59 171 -
CMYK 0.23 0.65 0 0.33
HSL 278.57º 0.49% 0.45% -
HSV(B) 278.57º 0.65% 0.67% -
XYZ 18.27 10.89 39.67 -
YUV 93.3 171.85 154.89 -
System Red Green Blue C M Y K H S L
Decimal 131 59 171 0.23 0.65 0 0.33 278.57 0.49 0.45
Hex 83 3B AB 17 41 0 21 117 31 2D
Octal 203 73 253 27 101 0 41 427 61 55
Binary 10000011 111011 10101011 10111 1000001 0 100001 100010111 110001 101101

Color Harmonies of #833BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833BAB

Black with #833BAB

Text Example


Text Example

White with #833BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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