Html Css Color HEX #9671EF Medium Purple

📋 copy color: '#9671EF'

red 150 ◦ green 113 ◦ blue 239

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

Shades of Medium Purple #9671EF

Tints of Medium Purple #9671EF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.51%

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

R = 29.88%
G = 22.51%
B = 47.61%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9671EF (or 0x9671EF) is known color: Medium Purple. HEX triplet: 96, 71 and EF. RGB value is (150,113,239). Sum of RGB (Red+Green+Blue) = 150+113+239=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #9671EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9671EF is #698E10. Grayscale: #898989. Windows color (decimal): -6917649 or 15692182. OLE color: 15692182.

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

Color convert

RGB 150 113 239 -
CMYK 0.37 0.53 0 0.06
HSL 257.62º 0.8% 0.69% -
HSV(B) 257.62º 0.53% 0.94% -
XYZ 34.06 24.53 84.6 -
YUV 138.43 184.76 136.25 -
System Red Green Blue C M Y K H S L
Decimal 150 113 239 0.37 0.53 0 0.06 257.62 0.8 0.69
Hex 96 71 EF 25 35 0 6 102 50 45
Octal 226 161 357 45 65 0 6 402 120 105
Binary 10010110 1110001 11101111 100101 110101 0 110 100000010 1010000 1000101

Color Harmonies of #9671EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9671EF

Black with #9671EF

Text Example


Text Example

White with #9671EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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