Html Css Color HEX #823DAC Studio

📋 copy color: '#823DAC'

red 130 ◦ green 61 ◦ blue 172

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

Shades of Studio #823DAC

Tints of Studio #823DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 35.81%
G = 16.8%
B = 47.38%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#823DAC (or 0x823DAC) is known color: Studio. HEX triplet: 82, 3D and AC. RGB value is (130,61,172). Sum of RGB (Red+Green+Blue) = 130+61+172=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #823DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823DAC is #7DC253. Grayscale: #5D5D5D. Windows color (decimal): -8241748 or 11287938. OLE color: 11287938.

HSL color Cylindrical-coordinate representation of color #823DAC: hue angle of 277.3º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #823DAC is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 61 172 -
CMYK 0.24 0.65 0 0.33
HSL 277.3º 0.48% 0.46% -
HSV(B) 277.3º 0.65% 0.67% -
XYZ 18.32 11.06 40.2 -
YUV 94.29 171.86 153.47 -
System Red Green Blue C M Y K H S L
Decimal 130 61 172 0.24 0.65 0 0.33 277.3 0.48 0.46
Hex 82 3D AC 18 41 0 21 115 30 2E
Octal 202 75 254 30 101 0 41 425 60 56
Binary 10000010 111101 10101100 11000 1000001 0 100001 100010101 110000 101110

Color Harmonies of #823DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823DAC

Black with #823DAC

Text Example


Text Example

White with #823DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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