Html Css Color HEX #833CAD Studio

📋 copy color: '#833CAD'

red 131 ◦ green 60 ◦ blue 173

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

Shades of Studio #833CAD

Tints of Studio #833CAD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.48%

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

R = 35.99%
G = 16.48%
B = 47.53%

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

#833CAD (or 0x833CAD) is known color: Studio. HEX triplet: 83, 3C and AD. RGB value is (131,60,173). Sum of RGB (Red+Green+Blue) = 131+60+173=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #833CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833CAD is #7CC352. Grayscale: #5D5D5D. Windows color (decimal): -8176467 or 11353219. OLE color: 11353219.

HSL color Cylindrical-coordinate representation of color #833CAD: hue angle of 277.7º 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 #833CAD is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 60 173 -
CMYK 0.24 0.65 0 0.32
HSL 277.7º 0.48% 0.46% -
HSV(B) 277.7º 0.65% 0.68% -
XYZ 18.52 11.07 40.7 -
YUV 94.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 131 60 173 0.24 0.65 0 0.32 277.7 0.48 0.46
Hex 83 3C AD 18 41 0 20 116 30 2E
Octal 203 74 255 30 101 0 40 426 60 56
Binary 10000011 111100 10101101 11000 1000001 0 100000 100010110 110000 101110

Color Harmonies of #833CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833CAD

Black with #833CAD

Text Example


Text Example

White with #833CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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