Html Css Color HEX #823FAE Studio

📋 copy color: '#823FAE'

red 130 ◦ green 63 ◦ blue 174

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

Shades of Studio #823FAE

Tints of Studio #823FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 17.17%

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

R = 35.42%
G = 17.17%
B = 47.41%

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

#823FAE (or 0x823FAE) is known color: Studio. HEX triplet: 82, 3F and AE. RGB value is (130,63,174). Sum of RGB (Red+Green+Blue) = 130+63+174=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #823FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823FAE is #7DC051. Grayscale: #5F5F5F. Windows color (decimal): -8241234 or 11419522. OLE color: 11419522.

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

Color convert

RGB 130 63 174 -
CMYK 0.25 0.64 0 0.32
HSL 276.22º 0.47% 0.46% -
HSV(B) 276.22º 0.64% 0.68% -
XYZ 18.62 11.36 41.25 -
YUV 95.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 130 63 174 0.25 0.64 0 0.32 276.22 0.47 0.46
Hex 82 3F AE 19 40 0 20 114 2F 2E
Octal 202 77 256 31 100 0 40 424 57 56
Binary 10000010 111111 10101110 11001 1000000 0 100000 100010100 101111 101110

Color Harmonies of #823FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823FAE

Black with #823FAE

Text Example


Text Example

White with #823FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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