Html Css Color HEX #833DAB Studio

📋 copy color: '#833DAB'

red 131 ◦ green 61 ◦ blue 171

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

Shades of Studio #833DAB

Tints of Studio #833DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.8%

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

R = 36.09%
G = 16.8%
B = 47.11%

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

#833DAB (or 0x833DAB) is known color: Studio. HEX triplet: 83, 3D and AB. RGB value is (131,61,171). Sum of RGB (Red+Green+Blue) = 131+61+171=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #833DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833DAB is #7CC254. Grayscale: #5E5E5E. Windows color (decimal): -8176213 or 11222403. OLE color: 11222403.

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

Color convert

RGB 131 61 171 -
CMYK 0.23 0.64 0 0.33
HSL 278.18º 0.47% 0.45% -
HSV(B) 278.18º 0.64% 0.67% -
XYZ 18.38 11.1 39.7 -
YUV 94.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 131 61 171 0.23 0.64 0 0.33 278.18 0.47 0.45
Hex 83 3D AB 17 40 0 21 116 2F 2D
Octal 203 75 253 27 100 0 41 426 57 55
Binary 10000011 111101 10101011 10111 1000000 0 100001 100010110 101111 101101

Color Harmonies of #833DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833DAB

Black with #833DAB

Text Example


Text Example

White with #833DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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