Html Css Color HEX #8338AE Studio

📋 copy color: '#8338AE'

red 131 ◦ green 56 ◦ blue 174

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

Shades of Studio #8338AE

Tints of Studio #8338AE

RGB

 RED value IS 131 (51.56% from 255) = 36.29%

 GREEN value IS 56 (22.27% from 255) = 15.51%

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

R = 36.29%
G = 15.51%
B = 48.2%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8338AE (or 0x8338AE) is known color: Studio. HEX triplet: 83, 38 and AE. RGB value is (131,56,174). Sum of RGB (Red+Green+Blue) = 131+56+174=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 56 (22.27% from 255 or 15.51% 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 #8338AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8338AE is #7CC751. Grayscale: #5B5B5B. Windows color (decimal): -8177490 or 11417731. OLE color: 11417731.

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

Color convert

RGB 131 56 174 -
CMYK 0.25 0.68 0 0.32
HSL 278.14º 0.51% 0.45% -
HSV(B) 278.14º 0.68% 0.68% -
XYZ 18.41 10.71 41.14 -
YUV 91.88 174.35 155.91 -
System Red Green Blue C M Y K H S L
Decimal 131 56 174 0.25 0.68 0 0.32 278.14 0.51 0.45
Hex 83 38 AE 19 44 0 20 116 33 2D
Octal 203 70 256 31 104 0 40 426 63 55
Binary 10000011 111000 10101110 11001 1000100 0 100000 100010110 110011 101101

Color Harmonies of #8338AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8338AE

Black with #8338AE

Text Example


Text Example

White with #8338AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,56,174); }

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

background-color css

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

 a { background-color: rgb(131,56,174); }

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

border-color css

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

 span { border-color: rgb(131,56,174); }

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