Html Css Color HEX #8354AB Studio

📋 copy color: '#8354AB'

red 131 ◦ green 84 ◦ blue 171

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

Shades of Studio #8354AB

Tints of Studio #8354AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.76%

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

R = 33.94%
G = 21.76%
B = 44.3%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8354AB (or 0x8354AB) is known color: Studio. HEX triplet: 83, 54 and AB. RGB value is (131,84,171). Sum of RGB (Red+Green+Blue) = 131+84+171=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #8354AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8354AB is #7CAB54. Grayscale: #6B6B6B. Windows color (decimal): -8170325 or 11228291. OLE color: 11228291.

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

Color convert

RGB 131 84 171 -
CMYK 0.23 0.51 0 0.33
HSL 272.41º 0.34% 0.5% -
HSV(B) 272.41º 0.51% 0.67% -
XYZ 19.88 14.11 40.2 -
YUV 107.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 131 84 171 0.23 0.51 0 0.33 272.41 0.34 0.5
Hex 83 54 AB 17 33 0 21 110 22 32
Octal 203 124 253 27 63 0 41 420 42 62
Binary 10000011 1010100 10101011 10111 110011 0 100001 100010000 100010 110010

Color Harmonies of #8354AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8354AB

Black with #8354AB

Text Example


Text Example

White with #8354AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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