Html Css Color HEX #815CD6 Medium Purple

📋 copy color: '#815CD6'

red 129 ◦ green 92 ◦ blue 214

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

Shades of Medium Purple #815CD6

Tints of Medium Purple #815CD6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.15%

 BLUE value IS 214 (83.98% from 255) = 49.2%

R = 29.66%
G = 21.15%
B = 49.2%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#815CD6 (or 0x815CD6) is known color: Medium Purple. HEX triplet: 81, 5C and D6. RGB value is (129,92,214). Sum of RGB (Red+Green+Blue) = 129+92+214=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #815CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815CD6 is #7EA329. Grayscale: #747474. Windows color (decimal): -8299306 or 14048385. OLE color: 14048385.

HSL color Cylindrical-coordinate representation of color #815CD6: hue angle of 258.2º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #815CD6 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 92 214 -
CMYK 0.40 0.57 0 0.16
HSL 258.2º 0.6% 0.6% -
HSV(B) 258.2º 0.57% 0.84% -
XYZ 25.02 17.18 65.62 -
YUV 116.97 182.76 136.58 -
System Red Green Blue C M Y K H S L
Decimal 129 92 214 0.40 0.57 0 0.16 258.2 0.6 0.6
Hex 81 5C D6 28 39 0 10 102 3C 3C
Octal 201 134 326 50 71 0 20 402 74 74
Binary 10000001 1011100 11010110 101000 111001 0 10000 100000010 111100 111100

Color Harmonies of #815CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815CD6

Black with #815CD6

Text Example


Text Example

White with #815CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815CD6; }

 p { color: rgb(129,92,214); }

 H1.HeaderClassName
 {
   color: #815CD6;
 }
 .AnyTagClassName
 {
   color: #815CD6;
 }
</style>

background-color css

<style>
 a { background-color: #815CD6; }

 a { background-color: rgb(129,92,214); }

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

border-color css

<style>
 span { border-color: #815CD6; }

 span { border-color: rgb(129,92,214); }

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