Html Css Color HEX #8339AB Studio

📋 copy color: '#8339AB'

red 131 ◦ green 57 ◦ blue 171

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

Shades of Studio #8339AB

Tints of Studio #8339AB

RGB

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

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

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

R = 36.49%
G = 15.88%
B = 47.63%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8339AB (or 0x8339AB) is known color: Studio. HEX triplet: 83, 39 and AB. RGB value is (131,57,171). Sum of RGB (Red+Green+Blue) = 131+57+171=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #8339AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8339AB is #7CC654. Grayscale: #5B5B5B. Windows color (decimal): -8177237 or 11221379. OLE color: 11221379.

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

Color convert

RGB 131 57 171 -
CMYK 0.23 0.67 0 0.33
HSL 278.95º 0.5% 0.45% -
HSV(B) 278.95º 0.67% 0.67% -
XYZ 18.17 10.69 39.63 -
YUV 92.12 172.52 155.73 -
System Red Green Blue C M Y K H S L
Decimal 131 57 171 0.23 0.67 0 0.33 278.95 0.5 0.45
Hex 83 39 AB 17 43 0 21 117 32 2D
Octal 203 71 253 27 103 0 41 427 62 55
Binary 10000011 111001 10101011 10111 1000011 0 100001 100010111 110010 101101

Color Harmonies of #8339AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8339AB

Black with #8339AB

Text Example


Text Example

White with #8339AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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