Html Css Color HEX #9781DB Medium Purple

📋 copy color: '#9781DB'

red 151 ◦ green 129 ◦ blue 219

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

Shades of Medium Purple #9781DB

Tints of Medium Purple #9781DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 30.26%
G = 25.85%
B = 43.89%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9781DB (or 0x9781DB) is known color: Medium Purple. HEX triplet: 97, 81 and DB. RGB value is (151,129,219). Sum of RGB (Red+Green+Blue) = 151+129+219=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #9781DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9781DB is #687E24. Grayscale: #919191. Windows color (decimal): -6848037 or 14385559. OLE color: 14385559.

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

Color convert

RGB 151 129 219 -
CMYK 0.31 0.41 0 0.14
HSL 254.67º 0.56% 0.68% -
HSV(B) 254.67º 0.41% 0.86% -
XYZ 33.4 27.39 70.55 -
YUV 145.84 169.29 131.68 -
System Red Green Blue C M Y K H S L
Decimal 151 129 219 0.31 0.41 0 0.14 254.67 0.56 0.68
Hex 97 81 DB 1F 29 0 E FF 38 44
Octal 227 201 333 37 51 0 16 377 70 104
Binary 10010111 10000001 11011011 11111 101001 0 1110 11111111 111000 1000100

Color Harmonies of #9781DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9781DB

Black with #9781DB

Text Example


Text Example

White with #9781DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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