Html Css Color HEX #833AAD Studio

📋 copy color: '#833AAD'

red 131 ◦ green 58 ◦ blue 173

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

Shades of Studio #833AAD

Tints of Studio #833AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.79%

R = 36.19%
G = 16.02%
B = 47.79%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#833AAD (or 0x833AAD) is known color: Studio. HEX triplet: 83, 3A and AD. RGB value is (131,58,173). Sum of RGB (Red+Green+Blue) = 131+58+173=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #833AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833AAD is #7CC552. Grayscale: #5C5C5C. Windows color (decimal): -8176979 or 11352707. OLE color: 11352707.

HSL color Cylindrical-coordinate representation of color #833AAD: hue angle of 278.09º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #833AAD is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 58 173 -
CMYK 0.24 0.66 0 0.32
HSL 278.09º 0.5% 0.45% -
HSV(B) 278.09º 0.66% 0.68% -
XYZ 18.42 10.87 40.66 -
YUV 92.94 173.18 155.15 -
System Red Green Blue C M Y K H S L
Decimal 131 58 173 0.24 0.66 0 0.32 278.09 0.5 0.45
Hex 83 3A AD 18 42 0 20 116 32 2D
Octal 203 72 255 30 102 0 40 426 62 55
Binary 10000011 111010 10101101 11000 1000010 0 100000 100010110 110010 101101

Color Harmonies of #833AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833AAD

Black with #833AAD

Text Example


Text Example

White with #833AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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