Html Css Color HEX #9775DB Medium Purple

📋 copy color: '#9775DB'

red 151 ◦ green 117 ◦ blue 219

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

Shades of Medium Purple #9775DB

Tints of Medium Purple #9775DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.02%

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

R = 31.01%
G = 24.02%
B = 44.97%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9775DB (or 0x9775DB) is known color: Medium Purple. HEX triplet: 97, 75 and DB. RGB value is (151,117,219). Sum of RGB (Red+Green+Blue) = 151+117+219=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #9775DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9775DB is #688A24. Grayscale: #8A8A8A. Windows color (decimal): -6851109 or 14382487. OLE color: 14382487.

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

Color convert

RGB 151 117 219 -
CMYK 0.31 0.47 0 0.14
HSL 260º 0.59% 0.66% -
HSV(B) 260º 0.47% 0.86% -
XYZ 31.91 24.42 70.05 -
YUV 138.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 151 117 219 0.31 0.47 0 0.14 260 0.59 0.66
Hex 97 75 DB 1F 2F 0 E 104 3B 42
Octal 227 165 333 37 57 0 16 404 73 102
Binary 10010111 1110101 11011011 11111 101111 0 1110 100000100 111011 1000010

Color Harmonies of #9775DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9775DB

Black with #9775DB

Text Example


Text Example

White with #9775DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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