Html Css Color HEX #967FED Medium Purple

📋 copy color: '#967FED'

red 150 ◦ green 127 ◦ blue 237

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

Shades of Medium Purple #967FED

Tints of Medium Purple #967FED

RGB

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

 GREEN value IS 127 (50% from 255) = 24.71%

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 29.18%
G = 24.71%
B = 46.11%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#967FED (or 0x967FED) is known color: Medium Purple. HEX triplet: 96, 7F and ED. RGB value is (150,127,237). Sum of RGB (Red+Green+Blue) = 150+127+237=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #967FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967FED is #698012. Grayscale: #929292. Windows color (decimal): -6914067 or 15564694. OLE color: 15564694.

HSL color Cylindrical-coordinate representation of color #967FED: hue angle of 252.55º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #967FED is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 127 237 -
CMYK 0.37 0.46 0 0.07
HSL 252.55º 0.75% 0.71% -
HSV(B) 252.55º 0.46% 0.93% -
XYZ 35.45 27.78 83.61 -
YUV 146.42 179.12 130.56 -
System Red Green Blue C M Y K H S L
Decimal 150 127 237 0.37 0.46 0 0.07 252.55 0.75 0.71
Hex 96 7F ED 25 2E 0 7 FD 4B 47
Octal 226 177 355 45 56 0 7 375 113 107
Binary 10010110 1111111 11101101 100101 101110 0 111 11111101 1001011 1000111

Color Harmonies of #967FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967FED

Black with #967FED

Text Example


Text Example

White with #967FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967FED; }

 p { color: rgb(150,127,237); }

 H1.HeaderClassName
 {
   color: #967FED;
 }
 .AnyTagClassName
 {
   color: #967FED;
 }
</style>

background-color css

<style>
 a { background-color: #967FED; }

 a { background-color: rgb(150,127,237); }

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

border-color css

<style>
 span { border-color: #967FED; }

 span { border-color: rgb(150,127,237); }

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