Html Css Color HEX #833EAD Studio

📋 copy color: '#833EAD'

red 131 ◦ green 62 ◦ blue 173

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

Shades of Studio #833EAD

Tints of Studio #833EAD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.94%

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

R = 35.79%
G = 16.94%
B = 47.27%

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

#833EAD (or 0x833EAD) is known color: Studio. HEX triplet: 83, 3E and AD. RGB value is (131,62,173). Sum of RGB (Red+Green+Blue) = 131+62+173=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #833EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833EAD is #7CC152. Grayscale: #5E5E5E. Windows color (decimal): -8175955 or 11353731. OLE color: 11353731.

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

Color convert

RGB 131 62 173 -
CMYK 0.24 0.64 0 0.32
HSL 277.3º 0.47% 0.46% -
HSV(B) 277.3º 0.64% 0.68% -
XYZ 18.63 11.29 40.73 -
YUV 95.29 171.86 153.47 -
System Red Green Blue C M Y K H S L
Decimal 131 62 173 0.24 0.64 0 0.32 277.3 0.47 0.46
Hex 83 3E AD 18 40 0 20 115 2F 2E
Octal 203 76 255 30 100 0 40 425 57 56
Binary 10000011 111110 10101101 11000 1000000 0 100000 100010101 101111 101110

Color Harmonies of #833EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833EAD

Black with #833EAD

Text Example


Text Example

White with #833EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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