Html Css Color HEX #833AAB Studio

📋 copy color: '#833AAB'

red 131 ◦ green 58 ◦ blue 171

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

Shades of Studio #833AAB

Tints of Studio #833AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.11%

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

R = 36.39%
G = 16.11%
B = 47.5%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#833AAB (or 0x833AAB) is known color: Studio. HEX triplet: 83, 3A and AB. RGB value is (131,58,171). Sum of RGB (Red+Green+Blue) = 131+58+171=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #833AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833AAB is #7CC554. Grayscale: #5C5C5C. Windows color (decimal): -8176981 or 11221635. OLE color: 11221635.

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

Color convert

RGB 131 58 171 -
CMYK 0.23 0.66 0 0.33
HSL 278.76º 0.49% 0.45% -
HSV(B) 278.76º 0.66% 0.67% -
XYZ 18.22 10.79 39.65 -
YUV 92.71 172.18 155.31 -
System Red Green Blue C M Y K H S L
Decimal 131 58 171 0.23 0.66 0 0.33 278.76 0.49 0.45
Hex 83 3A AB 17 42 0 21 117 31 2D
Octal 203 72 253 27 102 0 41 427 61 55
Binary 10000011 111010 10101011 10111 1000010 0 100001 100010111 110001 101101

Color Harmonies of #833AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833AAB

Black with #833AAB

Text Example


Text Example

White with #833AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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