Html Css Color HEX #824BAB Studio

📋 copy color: '#824BAB'

red 130 ◦ green 75 ◦ blue 171

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

Shades of Studio #824BAB

Tints of Studio #824BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.95%

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

R = 34.57%
G = 19.95%
B = 45.48%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#824BAB (or 0x824BAB) is known color: Studio. HEX triplet: 82, 4B and AB. RGB value is (130,75,171). Sum of RGB (Red+Green+Blue) = 130+75+171=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #824BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824BAB is #7DB454. Grayscale: #666666. Windows color (decimal): -8238165 or 11225986. OLE color: 11225986.

HSL color Cylindrical-coordinate representation of color #824BAB: hue angle of 274.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #824BAB is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 75 171 -
CMYK 0.24 0.56 0 0.33
HSL 274.38º 0.39% 0.48% -
HSV(B) 274.38º 0.56% 0.67% -
XYZ 19.07 12.72 39.98 -
YUV 102.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 130 75 171 0.24 0.56 0 0.33 274.38 0.39 0.48
Hex 82 4B AB 18 38 0 21 112 27 30
Octal 202 113 253 30 70 0 41 422 47 60
Binary 10000010 1001011 10101011 11000 111000 0 100001 100010010 100111 110000

Color Harmonies of #824BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824BAB

Black with #824BAB

Text Example


Text Example

White with #824BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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