Html Css Color HEX #823CAD Studio

📋 copy color: '#823CAD'

red 130 ◦ green 60 ◦ blue 173

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

Shades of Studio #823CAD

Tints of Studio #823CAD

RGB

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

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

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

R = 35.81%
G = 16.53%
B = 47.66%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#823CAD (or 0x823CAD) is known color: Studio. HEX triplet: 82, 3C and AD. RGB value is (130,60,173). Sum of RGB (Red+Green+Blue) = 130+60+173=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #823CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823CAD is #7DC352. Grayscale: #5D5D5D. Windows color (decimal): -8242003 or 11353218. OLE color: 11353218.

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

Color convert

RGB 130 60 173 -
CMYK 0.25 0.65 0 0.32
HSL 277.17º 0.48% 0.46% -
HSV(B) 277.17º 0.65% 0.68% -
XYZ 18.36 10.99 40.69 -
YUV 93.81 172.69 153.81 -
System Red Green Blue C M Y K H S L
Decimal 130 60 173 0.25 0.65 0 0.32 277.17 0.48 0.46
Hex 82 3C AD 19 41 0 20 115 30 2E
Octal 202 74 255 31 101 0 40 425 60 56
Binary 10000010 111100 10101101 11001 1000001 0 100000 100010101 110000 101110

Color Harmonies of #823CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823CAD

Black with #823CAD

Text Example


Text Example

White with #823CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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