Html Css Color HEX #8253AC Studio

📋 copy color: '#8253AC'

red 130 ◦ green 83 ◦ blue 172

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

Shades of Studio #8253AC

Tints of Studio #8253AC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.56%

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 33.77%
G = 21.56%
B = 44.68%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8253AC (or 0x8253AC) is known color: Studio. HEX triplet: 82, 53 and AC. RGB value is (130,83,172). Sum of RGB (Red+Green+Blue) = 130+83+172=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #8253AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8253AC is #7DAC53. Grayscale: #6A6A6A. Windows color (decimal): -8236116 or 11293570. OLE color: 11293570.

HSL color Cylindrical-coordinate representation of color #8253AC: hue angle of 271.69º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8253AC is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 83 172 -
CMYK 0.24 0.52 0 0.33
HSL 271.69º 0.35% 0.5% -
HSV(B) 271.69º 0.52% 0.67% -
XYZ 19.75 13.91 40.67 -
YUV 107.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 130 83 172 0.24 0.52 0 0.33 271.69 0.35 0.5
Hex 82 53 AC 18 34 0 21 110 23 32
Octal 202 123 254 30 64 0 41 420 43 62
Binary 10000010 1010011 10101100 11000 110100 0 100001 100010000 100011 110010

Color Harmonies of #8253AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8253AC

Black with #8253AC

Text Example


Text Example

White with #8253AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8253AC; }

 p { color: rgb(130,83,172); }

 H1.HeaderClassName
 {
   color: #8253AC;
 }
 .AnyTagClassName
 {
   color: #8253AC;
 }
</style>

background-color css

<style>
 a { background-color: #8253AC; }

 a { background-color: rgb(130,83,172); }

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

border-color css

<style>
 span { border-color: #8253AC; }

 span { border-color: rgb(130,83,172); }

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