Html Css Color HEX #8348AB Studio

📋 copy color: '#8348AB'

red 131 ◦ green 72 ◦ blue 171

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

Shades of Studio #8348AB

Tints of Studio #8348AB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.25%

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 35.03%
G = 19.25%
B = 45.72%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8348AB (or 0x8348AB) is known color: Studio. HEX triplet: 83, 48 and AB. RGB value is (131,72,171). Sum of RGB (Red+Green+Blue) = 131+72+171=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #8348AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8348AB is #7CB754. Grayscale: #646464. Windows color (decimal): -8173397 or 11225219. OLE color: 11225219.

HSL color Cylindrical-coordinate representation of color #8348AB: hue angle of 275.76º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8348AB is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 72 171 -
CMYK 0.23 0.58 0 0.33
HSL 275.76º 0.41% 0.48% -
HSV(B) 275.76º 0.58% 0.67% -
XYZ 19.03 12.4 39.92 -
YUV 100.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 131 72 171 0.23 0.58 0 0.33 275.76 0.41 0.48
Hex 83 48 AB 17 3A 0 21 114 29 30
Octal 203 110 253 27 72 0 41 424 51 60
Binary 10000011 1001000 10101011 10111 111010 0 100001 100010100 101001 110000

Color Harmonies of #8348AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8348AB

Black with #8348AB

Text Example


Text Example

White with #8348AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8348AB; }

 p { color: rgb(131,72,171); }

 H1.HeaderClassName
 {
   color: #8348AB;
 }
 .AnyTagClassName
 {
   color: #8348AB;
 }
</style>

background-color css

<style>
 a { background-color: #8348AB; }

 a { background-color: rgb(131,72,171); }

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

border-color css

<style>
 span { border-color: #8348AB; }

 span { border-color: rgb(131,72,171); }

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