#8238AF

Color #8238AF Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #8238AF

Tints of Studio #8238AF

Color information

#8238AF (or 0x8238AF) is unknown color: approx Studio. HEX triplet: 82, 38 and AF. RGB value is (130,56,175). Sum of RGB (Red+Green+Blue) = 130+56+175=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #8238AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8238AF is #7DC750. Grayscale: #5B5B5B. Windows color (decimal): -8243025 or 11483266. OLE color: 11483266.

HSL color Cylindrical-coordinate representation of color #8238AF: hue angle of 277.31º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8238AF is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13056175-
CMYK0.260.6800.31
HSL277.31º51.52%45.29%-
HSV(B)277.31º68%68.63%-
XYZ18.3610.6741.65-
YUV91.69175.02155.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 56 (22.27% from 255) = 15.51%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=36.01%
G=15.51%
B=48.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130561750.260.6800.31277.3151.5245.29
Hex8238AF1A4401F115342d
Octal20270257321040374256455
Binary1000001011100010101111110101000100011111100010101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8238AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8238AF; }

 p { color: rgb(130,56,175); }

 H1.HeaderClassName
 {
   color: #8238AF;
 }
 .AnyTagClassName
 {
   color: #8238AF;
 }
</style>
background-color css

<style>
 a { background-color: #8238AF; }

 a { background-color: rgb(130,56,175); }

 div.DivClassName
 {
   background-color: #8238AF;
 }
 .BgClassName
 {
   background-color: #8238AF;
 }
</style>
border-color css

<style>
 span { border-color: #8238AF; }

 span { border-color: rgb(130,56,175); }

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