Html Css Color HEX #823FAD Studio

📋 copy color: '#823FAD'

red 130 ◦ green 63 ◦ blue 173

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

Shades of Studio #823FAD

Tints of Studio #823FAD

RGB

 RED value IS 130 (51.17% from 255) = 35.52%

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

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

R = 35.52%
G = 17.21%
B = 47.27%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#823FAD (or 0x823FAD) is known color: Studio. HEX triplet: 82, 3F and AD. RGB value is (130,63,173). Sum of RGB (Red+Green+Blue) = 130+63+173=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 63 (25% from 255 or 17.21% 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 #823FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823FAD is #7DC052. Grayscale: #5F5F5F. Windows color (decimal): -8241235 or 11353986. OLE color: 11353986.

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

Color convert

RGB 130 63 173 -
CMYK 0.25 0.64 0 0.32
HSL 276.55º 0.47% 0.46% -
HSV(B) 276.55º 0.64% 0.68% -
XYZ 18.53 11.32 40.74 -
YUV 95.57 171.7 152.56 -
System Red Green Blue C M Y K H S L
Decimal 130 63 173 0.25 0.64 0 0.32 276.55 0.47 0.46
Hex 82 3F AD 19 40 0 20 115 2F 2E
Octal 202 77 255 31 100 0 40 425 57 56
Binary 10000010 111111 10101101 11001 1000000 0 100000 100010101 101111 101110

Color Harmonies of #823FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823FAD

Black with #823FAD

Text Example


Text Example

White with #823FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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