Html Css Color HEX #823EAB Studio

📋 copy color: '#823EAB'

red 130 ◦ green 62 ◦ blue 171

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

Shades of Studio #823EAB

Tints of Studio #823EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 35.81%
G = 17.08%
B = 47.11%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#823EAB (or 0x823EAB) is known color: Studio. HEX triplet: 82, 3E and AB. RGB value is (130,62,171). Sum of RGB (Red+Green+Blue) = 130+62+171=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #823EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823EAB is #7DC154. Grayscale: #5E5E5E. Windows color (decimal): -8241493 or 11222658. OLE color: 11222658.

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

Color convert

RGB 130 62 171 -
CMYK 0.24 0.64 0 0.33
HSL 277.43º 0.47% 0.46% -
HSV(B) 277.43º 0.64% 0.67% -
XYZ 18.28 11.13 39.71 -
YUV 94.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 130 62 171 0.24 0.64 0 0.33 277.43 0.47 0.46
Hex 82 3E AB 18 40 0 21 115 2F 2E
Octal 202 76 253 30 100 0 41 425 57 56
Binary 10000010 111110 10101011 11000 1000000 0 100001 100010101 101111 101110

Color Harmonies of #823EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823EAB

Black with #823EAB

Text Example


Text Example

White with #823EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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