Html Css Color HEX #8250AA Studio

📋 copy color: '#8250AA'

red 130 ◦ green 80 ◦ blue 170

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

Shades of Studio #8250AA

Tints of Studio #8250AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.05%

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 34.21%
G = 21.05%
B = 44.74%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8250AA (or 0x8250AA) is known color: Studio. HEX triplet: 82, 50 and AA. RGB value is (130,80,170). Sum of RGB (Red+Green+Blue) = 130+80+170=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #8250AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8250AA is #7DAF55. Grayscale: #686868. Windows color (decimal): -8236886 or 11161730. OLE color: 11161730.

HSL color Cylindrical-coordinate representation of color #8250AA: hue angle of 273.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8250AA is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 80 170 -
CMYK 0.24 0.53 0 0.33
HSL 273.33º 0.36% 0.49% -
HSV(B) 273.33º 0.53% 0.67% -
XYZ 19.33 13.39 39.6 -
YUV 105.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 130 80 170 0.24 0.53 0 0.33 273.33 0.36 0.49
Hex 82 50 AA 18 35 0 21 111 24 31
Octal 202 120 252 30 65 0 41 421 44 61
Binary 10000010 1010000 10101010 11000 110101 0 100001 100010001 100100 110001

Color Harmonies of #8250AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8250AA

Black with #8250AA

Text Example


Text Example

White with #8250AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8250AA; }

 p { color: rgb(130,80,170); }

 H1.HeaderClassName
 {
   color: #8250AA;
 }
 .AnyTagClassName
 {
   color: #8250AA;
 }
</style>

background-color css

<style>
 a { background-color: #8250AA; }

 a { background-color: rgb(130,80,170); }

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

border-color css

<style>
 span { border-color: #8250AA; }

 span { border-color: rgb(130,80,170); }

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