Html Css Color HEX #823BAE Studio

📋 copy color: '#823BAE'

red 130 ◦ green 59 ◦ blue 174

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

Shades of Studio #823BAE

Tints of Studio #823BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.25%

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

R = 35.81%
G = 16.25%
B = 47.93%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#823BAE (or 0x823BAE) is known color: Studio. HEX triplet: 82, 3B and AE. RGB value is (130,59,174). Sum of RGB (Red+Green+Blue) = 130+59+174=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #823BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823BAE is #7DC451. Grayscale: #5C5C5C. Windows color (decimal): -8242258 or 11418498. OLE color: 11418498.

HSL color Cylindrical-coordinate representation of color #823BAE: hue angle of 277.04º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #823BAE is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 59 174 -
CMYK 0.25 0.66 0 0.32
HSL 277.04º 0.49% 0.46% -
HSV(B) 277.04º 0.66% 0.68% -
XYZ 18.41 10.93 41.18 -
YUV 93.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 130 59 174 0.25 0.66 0 0.32 277.04 0.49 0.46
Hex 82 3B AE 19 42 0 20 115 31 2E
Octal 202 73 256 31 102 0 40 425 61 56
Binary 10000010 111011 10101110 11001 1000010 0 100000 100010101 110001 101110

Color Harmonies of #823BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823BAE

Black with #823BAE

Text Example


Text Example

White with #823BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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