Html Css Color HEX #8155D1 Slate Blue

📋 copy color: '#8155D1'

red 129 ◦ green 85 ◦ blue 209

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

Shades of Slate Blue #8155D1

Tints of Slate Blue #8155D1

RGB

 RED value IS 129 (50.78% from 255) = 30.5%

 GREEN value IS 85 (33.59% from 255) = 20.09%

 BLUE value IS 209 (82.03% from 255) = 49.41%

R = 30.5%
G = 20.09%
B = 49.41%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8155D1 (or 0x8155D1) is known color: Slate Blue. HEX triplet: 81, 55 and D1. RGB value is (129,85,209). Sum of RGB (Red+Green+Blue) = 129+85+209=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 209 (82.03% from 255 or 49.41% from 423); Max value from RGB is 209 - color contains mainly: blue. Hex color #8155D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155D1 is #7EAA2E. Grayscale: #6F6F6F. Windows color (decimal): -8301103 or 13718913. OLE color: 13718913.

HSL color Cylindrical-coordinate representation of color #8155D1: hue angle of 261.29º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8155D1 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 85 209 -
CMYK 0.38 0.59 0 0.18
HSL 261.29º 0.57% 0.58% -
HSV(B) 261.29º 0.59% 0.82% -
XYZ 23.81 15.77 62.11 -
YUV 112.29 182.58 139.92 -
System Red Green Blue C M Y K H S L
Decimal 129 85 209 0.38 0.59 0 0.18 261.29 0.57 0.58
Hex 81 55 D1 26 3B 0 12 105 39 3A
Octal 201 125 321 46 73 0 22 405 71 72
Binary 10000001 1010101 11010001 100110 111011 0 10010 100000101 111001 111010

Color Harmonies of #8155D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8155D1

Black with #8155D1

Text Example


Text Example

White with #8155D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8155D1; }

 p { color: rgb(129,85,209); }

 H1.HeaderClassName
 {
   color: #8155D1;
 }
 .AnyTagClassName
 {
   color: #8155D1;
 }
</style>

background-color css

<style>
 a { background-color: #8155D1; }

 a { background-color: rgb(129,85,209); }

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

border-color css

<style>
 span { border-color: #8155D1; }

 span { border-color: rgb(129,85,209); }

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