Html Css Color HEX #823CAC Studio

📋 copy color: '#823CAC'

red 130 ◦ green 60 ◦ blue 172

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

Shades of Studio #823CAC

Tints of Studio #823CAC

RGB

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

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

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

R = 35.91%
G = 16.57%
B = 47.51%

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

#823CAC (or 0x823CAC) is known color: Studio. HEX triplet: 82, 3C and AC. RGB value is (130,60,172). Sum of RGB (Red+Green+Blue) = 130+60+172=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #823CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823CAC is #7DC353. Grayscale: #5D5D5D. Windows color (decimal): -8242004 or 11287682. OLE color: 11287682.

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

Color convert

RGB 130 60 172 -
CMYK 0.24 0.65 0 0.33
HSL 277.5º 0.48% 0.45% -
HSV(B) 277.5º 0.65% 0.67% -
XYZ 18.27 10.96 40.18 -
YUV 93.7 172.19 153.89 -
System Red Green Blue C M Y K H S L
Decimal 130 60 172 0.24 0.65 0 0.33 277.5 0.48 0.45
Hex 82 3C AC 18 41 0 21 116 30 2D
Octal 202 74 254 30 101 0 41 426 60 55
Binary 10000010 111100 10101100 11000 1000001 0 100001 100010110 110000 101101

Color Harmonies of #823CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823CAC

Black with #823CAC

Text Example


Text Example

White with #823CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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