Html Css Color HEX #9672DB Medium Purple

📋 copy color: '#9672DB'

red 150 ◦ green 114 ◦ blue 219

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

Shades of Medium Purple #9672DB

Tints of Medium Purple #9672DB

RGB

 RED value IS 150 (58.98% from 255) = 31.06%

 GREEN value IS 114 (44.92% from 255) = 23.6%

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

R = 31.06%
G = 23.6%
B = 45.34%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9672DB (or 0x9672DB) is known color: Medium Purple. HEX triplet: 96, 72 and DB. RGB value is (150,114,219). Sum of RGB (Red+Green+Blue) = 150+114+219=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #9672DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9672DB is #698D24. Grayscale: #888888. Windows color (decimal): -6917413 or 14381718. OLE color: 14381718.

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

Color convert

RGB 150 114 219 -
CMYK 0.32 0.48 0 0.14
HSL 260.57º 0.59% 0.65% -
HSV(B) 260.57º 0.48% 0.86% -
XYZ 31.38 23.63 69.93 -
YUV 136.73 174.43 137.46 -
System Red Green Blue C M Y K H S L
Decimal 150 114 219 0.32 0.48 0 0.14 260.57 0.59 0.65
Hex 96 72 DB 20 30 0 E 105 3B 41
Octal 226 162 333 40 60 0 16 405 73 101
Binary 10010110 1110010 11011011 100000 110000 0 1110 100000101 111011 1000001

Color Harmonies of #9672DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9672DB

Black with #9672DB

Text Example


Text Example

White with #9672DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,114,219); }

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

background-color css

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

 a { background-color: rgb(150,114,219); }

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

border-color css

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

 span { border-color: rgb(150,114,219); }

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