Html Css Color HEX #9674DB Medium Purple

📋 copy color: '#9674DB'

red 150 ◦ green 116 ◦ blue 219

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

Shades of Medium Purple #9674DB

Tints of Medium Purple #9674DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.92%

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

R = 30.93%
G = 23.92%
B = 45.15%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9674DB (or 0x9674DB) is known color: Medium Purple. HEX triplet: 96, 74 and DB. RGB value is (150,116,219). Sum of RGB (Red+Green+Blue) = 150+116+219=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #9674DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9674DB is #698B24. Grayscale: #898989. Windows color (decimal): -6916901 or 14382230. OLE color: 14382230.

HSL color Cylindrical-coordinate representation of color #9674DB: hue angle of 259.81º 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 #9674DB is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 116 219 -
CMYK 0.32 0.47 0 0.14
HSL 259.81º 0.59% 0.66% -
HSV(B) 259.81º 0.47% 0.86% -
XYZ 31.61 24.09 70 -
YUV 137.91 173.76 136.62 -
System Red Green Blue C M Y K H S L
Decimal 150 116 219 0.32 0.47 0 0.14 259.81 0.59 0.66
Hex 96 74 DB 20 2F 0 E 104 3B 42
Octal 226 164 333 40 57 0 16 404 73 102
Binary 10010110 1110100 11011011 100000 101111 0 1110 100000100 111011 1000010

Color Harmonies of #9674DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9674DB

Black with #9674DB

Text Example


Text Example

White with #9674DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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