Html Css Color HEX #833FAD Studio

📋 copy color: '#833FAD'

red 131 ◦ green 63 ◦ blue 173

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

Shades of Studio #833FAD

Tints of Studio #833FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 17.17%

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

R = 35.69%
G = 17.17%
B = 47.14%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#833FAD (or 0x833FAD) is known color: Studio. HEX triplet: 83, 3F and AD. RGB value is (131,63,173). Sum of RGB (Red+Green+Blue) = 131+63+173=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #833FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833FAD is #7CC052. Grayscale: #5F5F5F. Windows color (decimal): -8175699 or 11353987. OLE color: 11353987.

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

Color convert

RGB 131 63 173 -
CMYK 0.24 0.64 0 0.32
HSL 277.09º 0.47% 0.46% -
HSV(B) 277.09º 0.64% 0.68% -
XYZ 18.68 11.4 40.75 -
YUV 95.87 171.53 153.06 -
System Red Green Blue C M Y K H S L
Decimal 131 63 173 0.24 0.64 0 0.32 277.09 0.47 0.46
Hex 83 3F AD 18 40 0 20 115 2F 2E
Octal 203 77 255 30 100 0 40 425 57 56
Binary 10000011 111111 10101101 11000 1000000 0 100000 100010101 101111 101110

Color Harmonies of #833FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833FAD

Black with #833FAD

Text Example


Text Example

White with #833FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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