Html Css Color HEX #8345AB Studio

📋 copy color: '#8345AB'

red 131 ◦ green 69 ◦ blue 171

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

Shades of Studio #8345AB

Tints of Studio #8345AB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.6%

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

R = 35.31%
G = 18.6%
B = 46.09%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8345AB (or 0x8345AB) is known color: Studio. HEX triplet: 83, 45 and AB. RGB value is (131,69,171). Sum of RGB (Red+Green+Blue) = 131+69+171=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #8345AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8345AB is #7CBA54. Grayscale: #626262. Windows color (decimal): -8174165 or 11224451. OLE color: 11224451.

HSL color Cylindrical-coordinate representation of color #8345AB: hue angle of 276.47º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8345AB is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 69 171 -
CMYK 0.23 0.60 0 0.33
HSL 276.47º 0.43% 0.47% -
HSV(B) 276.47º 0.6% 0.67% -
XYZ 18.84 12.02 39.86 -
YUV 99.17 168.54 150.71 -
System Red Green Blue C M Y K H S L
Decimal 131 69 171 0.23 0.60 0 0.33 276.47 0.43 0.47
Hex 83 45 AB 17 3C 0 21 114 2A 2F
Octal 203 105 253 27 74 0 41 424 52 57
Binary 10000011 1000101 10101011 10111 111100 0 100001 100010100 101010 101111

Color Harmonies of #8345AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8345AB

Black with #8345AB

Text Example


Text Example

White with #8345AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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