Html Css Color HEX #8239AE Studio

📋 copy color: '#8239AE'

red 130 ◦ green 57 ◦ blue 174

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

Shades of Studio #8239AE

Tints of Studio #8239AE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.79%

 BLUE value IS 174 (68.36% from 255) = 48.2%

R = 36.01%
G = 15.79%
B = 48.2%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8239AE (or 0x8239AE) is known color: Studio. HEX triplet: 82, 39 and AE. RGB value is (130,57,174). Sum of RGB (Red+Green+Blue) = 130+57+174=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #8239AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8239AE is #7DC651. Grayscale: #5B5B5B. Windows color (decimal): -8242770 or 11417986. OLE color: 11417986.

HSL color Cylindrical-coordinate representation of color #8239AE: hue angle of 277.44º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8239AE is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 57 174 -
CMYK 0.25 0.67 0 0.32
HSL 277.44º 0.51% 0.45% -
HSV(B) 277.44º 0.67% 0.68% -
XYZ 18.31 10.73 41.15 -
YUV 92.17 174.18 154.99 -
System Red Green Blue C M Y K H S L
Decimal 130 57 174 0.25 0.67 0 0.32 277.44 0.51 0.45
Hex 82 39 AE 19 43 0 20 115 33 2D
Octal 202 71 256 31 103 0 40 425 63 55
Binary 10000010 111001 10101110 11001 1000011 0 100000 100010101 110011 101101

Color Harmonies of #8239AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8239AE

Black with #8239AE

Text Example


Text Example

White with #8239AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8239AE; }

 p { color: rgb(130,57,174); }

 H1.HeaderClassName
 {
   color: #8239AE;
 }
 .AnyTagClassName
 {
   color: #8239AE;
 }
</style>

background-color css

<style>
 a { background-color: #8239AE; }

 a { background-color: rgb(130,57,174); }

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

border-color css

<style>
 span { border-color: #8239AE; }

 span { border-color: rgb(130,57,174); }

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