Html Css Color HEX #9768DB Medium Purple

📋 copy color: '#9768DB'

red 151 ◦ green 104 ◦ blue 219

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

Shades of Medium Purple #9768DB

Tints of Medium Purple #9768DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.94%

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

R = 31.86%
G = 21.94%
B = 46.2%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9768DB (or 0x9768DB) is known color: Medium Purple. HEX triplet: 97, 68 and DB. RGB value is (151,104,219). Sum of RGB (Red+Green+Blue) = 151+104+219=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #9768DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9768DB is #689724. Grayscale: #828282. Windows color (decimal): -6854437 or 14379159. OLE color: 14379159.

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

Color convert

RGB 151 104 219 -
CMYK 0.31 0.53 0 0.14
HSL 264.52º 0.61% 0.63% -
HSV(B) 264.52º 0.53% 0.86% -
XYZ 30.5 21.59 69.58 -
YUV 131.16 177.57 142.15 -
System Red Green Blue C M Y K H S L
Decimal 151 104 219 0.31 0.53 0 0.14 264.52 0.61 0.63
Hex 97 68 DB 1F 35 0 E 109 3D 3F
Octal 227 150 333 37 65 0 16 411 75 77
Binary 10010111 1101000 11011011 11111 110101 0 1110 100001001 111101 111111

Color Harmonies of #9768DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9768DB

Black with #9768DB

Text Example


Text Example

White with #9768DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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