Html Css Color HEX #823DAE Studio

📋 copy color: '#823DAE'

red 130 ◦ green 61 ◦ blue 174

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

Shades of Studio #823DAE

Tints of Studio #823DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.71%

 BLUE value IS 174 (68.36% from 255) = 47.67%

R = 35.62%
G = 16.71%
B = 47.67%

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

#823DAE (or 0x823DAE) is known color: Studio. HEX triplet: 82, 3D and AE. RGB value is (130,61,174). Sum of RGB (Red+Green+Blue) = 130+61+174=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #823DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823DAE is #7DC251. Grayscale: #5E5E5E. Windows color (decimal): -8241746 or 11419010. OLE color: 11419010.

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

Color convert

RGB 130 61 174 -
CMYK 0.25 0.65 0 0.32
HSL 276.64º 0.48% 0.46% -
HSV(B) 276.64º 0.65% 0.68% -
XYZ 18.51 11.14 41.22 -
YUV 94.51 172.86 153.31 -
System Red Green Blue C M Y K H S L
Decimal 130 61 174 0.25 0.65 0 0.32 276.64 0.48 0.46
Hex 82 3D AE 19 41 0 20 115 30 2E
Octal 202 75 256 31 101 0 40 425 60 56
Binary 10000010 111101 10101110 11001 1000001 0 100000 100010101 110000 101110

Color Harmonies of #823DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823DAE

Black with #823DAE

Text Example


Text Example

White with #823DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,61,174); }

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

background-color css

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

 a { background-color: rgb(130,61,174); }

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

border-color css

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

 span { border-color: rgb(130,61,174); }

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