Html Css Color HEX #967FEC Medium Purple

📋 copy color: '#967FEC'

red 150 ◦ green 127 ◦ blue 236

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

Shades of Medium Purple #967FEC

Tints of Medium Purple #967FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46%

R = 29.24%
G = 24.76%
B = 46%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#967FEC (or 0x967FEC) is known color: Medium Purple. HEX triplet: 96, 7F and EC. RGB value is (150,127,236). Sum of RGB (Red+Green+Blue) = 150+127+236=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #967FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967FEC is #698013. Grayscale: #919191. Windows color (decimal): -6914068 or 15499158. OLE color: 15499158.

HSL color Cylindrical-coordinate representation of color #967FEC: hue angle of 252.66º degrees, saturation: 0.74, 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 #967FEC is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 127 236 -
CMYK 0.36 0.46 0 0.07
HSL 252.66º 0.74% 0.71% -
HSV(B) 252.66º 0.46% 0.93% -
XYZ 35.31 27.72 82.85 -
YUV 146.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 150 127 236 0.36 0.46 0 0.07 252.66 0.74 0.71
Hex 96 7F EC 24 2E 0 7 FD 4A 47
Octal 226 177 354 44 56 0 7 375 112 107
Binary 10010110 1111111 11101100 100100 101110 0 111 11111101 1001010 1000111

Color Harmonies of #967FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967FEC

Black with #967FEC

Text Example


Text Example

White with #967FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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