Html Css Color HEX #833DAD Studio

📋 copy color: '#833DAD'

red 131 ◦ green 61 ◦ blue 173

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

Shades of Studio #833DAD

Tints of Studio #833DAD

RGB

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

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

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

R = 35.89%
G = 16.71%
B = 47.4%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#833DAD (or 0x833DAD) is known color: Studio. HEX triplet: 83, 3D and AD. RGB value is (131,61,173). Sum of RGB (Red+Green+Blue) = 131+61+173=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #833DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833DAD is #7CC252. Grayscale: #5E5E5E. Windows color (decimal): -8176211 or 11353475. OLE color: 11353475.

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

Color convert

RGB 131 61 173 -
CMYK 0.24 0.65 0 0.32
HSL 277.5º 0.48% 0.46% -
HSV(B) 277.5º 0.65% 0.68% -
XYZ 18.57 11.18 40.71 -
YUV 94.7 172.19 153.89 -
System Red Green Blue C M Y K H S L
Decimal 131 61 173 0.24 0.65 0 0.32 277.5 0.48 0.46
Hex 83 3D AD 18 41 0 20 116 30 2E
Octal 203 75 255 30 101 0 40 426 60 56
Binary 10000011 111101 10101101 11000 1000001 0 100000 100010110 110000 101110

Color Harmonies of #833DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833DAD

Black with #833DAD

Text Example


Text Example

White with #833DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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