Html Css Color HEX #9674EF Medium Purple

📋 copy color: '#9674EF'

red 150 ◦ green 116 ◦ blue 239

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

Shades of Medium Purple #9674EF

Tints of Medium Purple #9674EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.33%

R = 29.7%
G = 22.97%
B = 47.33%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9674EF (or 0x9674EF) is known color: Medium Purple. HEX triplet: 96, 74 and EF. RGB value is (150,116,239). Sum of RGB (Red+Green+Blue) = 150+116+239=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #9674EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9674EF is #698B10. Grayscale: #8B8B8B. Windows color (decimal): -6916881 or 15692950. OLE color: 15692950.

HSL color Cylindrical-coordinate representation of color #9674EF: hue angle of 256.59º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9674EF is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 116 239 -
CMYK 0.37 0.51 0 0.06
HSL 256.59º 0.79% 0.7% -
HSV(B) 256.59º 0.51% 0.94% -
XYZ 34.4 25.21 84.71 -
YUV 140.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 150 116 239 0.37 0.51 0 0.06 256.59 0.79 0.7
Hex 96 74 EF 25 33 0 6 101 4F 46
Octal 226 164 357 45 63 0 6 401 117 106
Binary 10010110 1110100 11101111 100101 110011 0 110 100000001 1001111 1000110

Color Harmonies of #9674EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9674EF

Black with #9674EF

Text Example


Text Example

White with #9674EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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