Html Css Color HEX #9674DF Medium Purple

📋 copy color: '#9674DF'

red 150 ◦ green 116 ◦ blue 223

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

Shades of Medium Purple #9674DF

Tints of Medium Purple #9674DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 30.67%
G = 23.72%
B = 45.6%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9674DF (or 0x9674DF) is known color: Medium Purple. HEX triplet: 96, 74 and DF. RGB value is (150,116,223). Sum of RGB (Red+Green+Blue) = 150+116+223=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #9674DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9674DF is #698B20. Grayscale: #898989. Windows color (decimal): -6916897 or 14644374. OLE color: 14644374.

HSL color Cylindrical-coordinate representation of color #9674DF: hue angle of 259.07º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9674DF is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 116 223 -
CMYK 0.33 0.48 0 0.13
HSL 259.07º 0.63% 0.66% -
HSV(B) 259.07º 0.48% 0.87% -
XYZ 32.14 24.3 72.81 -
YUV 138.36 175.76 136.3 -
System Red Green Blue C M Y K H S L
Decimal 150 116 223 0.33 0.48 0 0.13 259.07 0.63 0.66
Hex 96 74 DF 21 30 0 D 103 3F 42
Octal 226 164 337 41 60 0 15 403 77 102
Binary 10010110 1110100 11011111 100001 110000 0 1101 100000011 111111 1000010

Color Harmonies of #9674DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9674DF

Black with #9674DF

Text Example


Text Example

White with #9674DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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