Html Css Color HEX #823EAE Studio

📋 copy color: '#823EAE'

red 130 ◦ green 62 ◦ blue 174

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

Shades of Studio #823EAE

Tints of Studio #823EAE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.94%

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

R = 35.52%
G = 16.94%
B = 47.54%

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

#823EAE (or 0x823EAE) is known color: Studio. HEX triplet: 82, 3E and AE. RGB value is (130,62,174). Sum of RGB (Red+Green+Blue) = 130+62+174=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #823EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823EAE is #7DC151. Grayscale: #5E5E5E. Windows color (decimal): -8241490 or 11419266. OLE color: 11419266.

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

Color convert

RGB 130 62 174 -
CMYK 0.25 0.64 0 0.32
HSL 276.43º 0.47% 0.46% -
HSV(B) 276.43º 0.64% 0.68% -
XYZ 18.57 11.25 41.24 -
YUV 95.1 172.53 152.89 -
System Red Green Blue C M Y K H S L
Decimal 130 62 174 0.25 0.64 0 0.32 276.43 0.47 0.46
Hex 82 3E AE 19 40 0 20 114 2F 2E
Octal 202 76 256 31 100 0 40 424 57 56
Binary 10000010 111110 10101110 11001 1000000 0 100000 100010100 101111 101110

Color Harmonies of #823EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823EAE

Black with #823EAE

Text Example


Text Example

White with #823EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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