Html Css Color HEX #815CDA Medium Purple

📋 copy color: '#815CDA'

red 129 ◦ green 92 ◦ blue 218

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

Shades of Medium Purple #815CDA

Tints of Medium Purple #815CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 29.38%
G = 20.96%
B = 49.66%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#815CDA (or 0x815CDA) is known color: Medium Purple. HEX triplet: 81, 5C and DA. RGB value is (129,92,218). Sum of RGB (Red+Green+Blue) = 129+92+218=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #815CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815CDA is #7EA325. Grayscale: #747474. Windows color (decimal): -8299302 or 14310529. OLE color: 14310529.

HSL color Cylindrical-coordinate representation of color #815CDA: hue angle of 257.62º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #815CDA is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 92 218 -
CMYK 0.41 0.58 0 0.15
HSL 257.62º 0.63% 0.61% -
HSV(B) 257.62º 0.58% 0.85% -
XYZ 25.54 17.38 68.34 -
YUV 117.43 184.76 136.25 -
System Red Green Blue C M Y K H S L
Decimal 129 92 218 0.41 0.58 0 0.15 257.62 0.63 0.61
Hex 81 5C DA 29 3A 0 F 102 3F 3D
Octal 201 134 332 51 72 0 17 402 77 75
Binary 10000001 1011100 11011010 101001 111010 0 1111 100000010 111111 111101

Color Harmonies of #815CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815CDA

Black with #815CDA

Text Example


Text Example

White with #815CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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