Html Css Color HEX #823BAB Studio

📋 copy color: '#823BAB'

red 130 ◦ green 59 ◦ blue 171

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

Shades of Studio #823BAB

Tints of Studio #823BAB

RGB

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

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

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

R = 36.11%
G = 16.39%
B = 47.5%

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

#823BAB (or 0x823BAB) is known color: Studio. HEX triplet: 82, 3B and AB. RGB value is (130,59,171). Sum of RGB (Red+Green+Blue) = 130+59+171=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #823BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823BAB is #7DC454. Grayscale: #5C5C5C. Windows color (decimal): -8242261 or 11221890. OLE color: 11221890.

HSL color Cylindrical-coordinate representation of color #823BAB: hue angle of 278.04º degrees, saturation: 0.49, 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 #823BAB is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 59 171 -
CMYK 0.24 0.65 0 0.33
HSL 278.04º 0.49% 0.45% -
HSV(B) 278.04º 0.65% 0.67% -
XYZ 18.12 10.81 39.66 -
YUV 93 172.02 154.39 -
System Red Green Blue C M Y K H S L
Decimal 130 59 171 0.24 0.65 0 0.33 278.04 0.49 0.45
Hex 82 3B AB 18 41 0 21 116 31 2D
Octal 202 73 253 30 101 0 41 426 61 55
Binary 10000010 111011 10101011 11000 1000001 0 100001 100010110 110001 101101

Color Harmonies of #823BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823BAB

Black with #823BAB

Text Example


Text Example

White with #823BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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