Html Css Color HEX #9781DA Medium Purple

📋 copy color: '#9781DA'

red 151 ◦ green 129 ◦ blue 218

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

Shades of Medium Purple #9781DA

Tints of Medium Purple #9781DA

RGB

 RED value IS 151 (59.38% from 255) = 30.32%

 GREEN value IS 129 (50.78% from 255) = 25.9%

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

R = 30.32%
G = 25.9%
B = 43.78%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9781DA (or 0x9781DA) is known color: Medium Purple. HEX triplet: 97, 81 and DA. RGB value is (151,129,218). Sum of RGB (Red+Green+Blue) = 151+129+218=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #9781DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9781DA is #687E25. Grayscale: #919191. Windows color (decimal): -6848038 or 14320023. OLE color: 14320023.

HSL color Cylindrical-coordinate representation of color #9781DA: hue angle of 254.83º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9781DA is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 129 218 -
CMYK 0.31 0.41 0 0.15
HSL 254.83º 0.55% 0.68% -
HSV(B) 254.83º 0.41% 0.85% -
XYZ 33.27 27.34 69.85 -
YUV 145.72 168.79 131.76 -
System Red Green Blue C M Y K H S L
Decimal 151 129 218 0.31 0.41 0 0.15 254.83 0.55 0.68
Hex 97 81 DA 1F 29 0 F FF 37 44
Octal 227 201 332 37 51 0 17 377 67 104
Binary 10010111 10000001 11011010 11111 101001 0 1111 11111111 110111 1000100

Color Harmonies of #9781DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9781DA

Black with #9781DA

Text Example


Text Example

White with #9781DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9781DA; }

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

 H1.HeaderClassName
 {
   color: #9781DA;
 }
 .AnyTagClassName
 {
   color: #9781DA;
 }
</style>

background-color css

<style>
 a { background-color: #9781DA; }

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

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

border-color css

<style>
 span { border-color: #9781DA; }

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

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